
May 12, 2016
7:56 a.m.
On 12.05.2016 01:48, Chris Angelico wrote:
So style guides can't really recommend "always use keyword arguments", as there are too many functions implemented in C that don't take any keyword args.
I don't think "sometimes technically impossible" prevents a recommendation. Do-it-when-possible-otherwise-don't suffices here. The same holds for boolean values. Sven