19 Sep
2013
19 Sep
'13
3:46 a.m.
On Wed, Sep 18, 2013 at 7:14 PM, Daryle Walker
I would go the other way and start support from zero arguments! The "and" operation would default to TRUE while "or" defaults to "FALSE." (Hint: the operations default to their "identity" operand value, and definitely not their "short-circuit" operand value.)
I agree. Use of that kind of stuff comes up all the time when dealing with variadics. Having sensible 0 argument and 1 argument forms is important. -- -Matt Calabrese