by shigemk2

当面は技術的なことしか書かない

97 Things Every Programmer Should Know 75 Simplicity Comes from Reduction

The code should be simple. There should be a minimal number of variables, functions, declarations, and other syntactic language necessities.

Extra lines, extra variables…extra anything, really, should be purged immediately.