|
|
|
|
|
by blinks
3324 days ago
|
|
It's more important to make code readable than clever, and more important to be simple than fast. It tends to be pretty easy to speed up readable+simple code when you need to do so, but fixing broken fast+clever code is much more difficult. |
|