Syntactic Sugar

Written 2009-09-26

In C I am afraid of large functions, because they're often hard to read.
In C I am afraid of small functions, because they usually lead to a long call stack.
In Perl I am afraid of single lines, because of both of the above reasons.