Friday, June 27, 2014

[tifjrosw] Verbose golf coding

In computer programming contests trying to write as short as code as possible, or trying to fit as much functionality within a code size limit, apply the friendly filter so that all identifiers are counted as one character.  This encourages useful variable and function names instead of terse single character identifiers.  This is similar in spirit to rules in which white space and comments do not count.  Eschew trivial obfuscation.

No comments :