+ - Some lesser-known truths about programming->
Submitted
by
GreedyCapitalist
GreedyCapitalist writes "Great programmers spend little of their time writing code — at least code that ends up in the final product. Programmers who spend much of their time writing code are too lazy, too ignorant, or too arrogant to find existing solutions to old problems. Great programmers are masters at recognizing and reusing common patterns. Good programmers are not afraid to refactor (rewrite) their code constantly to reach the ideal design. Bad programmers write code which lacks conceptual integrity, non-redundancy, hierarchy, and patterns, and so is very difficult to refactor. It’s easier to throw away bad code and start over than to change it."
Link to Original Source
Link to Original Source