Fool and Good Programmers - 2004-12-09 16:37 Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ...
Refactor the program before adding the feature - 2004-12-09 16:10 When you find you have to add a feature to a program, and the program's code is not structured in a convenient way to add the feature, first refactor the program to make it easy to add the feature, an ...
If it works, don't fix it? - 2004-12-09 15:05 From Refactoring --- Improving the Design of Existing Code Comment: Always fixxing little bugs will save time in fixxing big bugs. ...