Skip to main content
Post Made Community Wiki by back2dos
Source Link
DeadMG
  • 36.9k
  • 8
  • 73
  • 141

Code should be written to be absolutely clear about what it does. Then, if and only if it's too slow, go back and speed it up. Code can always be changed to be faster later, if it can be understood- but good luck changing it to be clear if it's fast.