Wednesday, July 09, 2014

How to be a great software developer

http://peternixey.com/post/83510597580/how-to-be-a-great-software-developer

Summary:
Start with something ugly but functional and then apply and reapply yourself to that ugly and misshapen solution and refactor it back into its simplest form. Simplicity comes far more reliably from work than from brilliance. It comes more predictably from code written, than from thought expended. It comes from effort.

Name your functions and variables well

....