Rob Pike's 5 Rules of Programming
I like the last one:
Data structures, not algorithms, are central to programming.
or its alternative, as also mentioned there:
write stupid code that uses smart objects
I like the last one:
Data structures, not algorithms, are central to programming.
or its alternative, as also mentioned there:
write stupid code that uses smart objects