Refactoring: Improving the Design of Existing Code
Tuesday, September 12th, 2006When thinking about what makes an effective programmer I realized that as with any advanced skill you learn what are the best techniques to do something and you end up using them together as an atomic procedure. You no longer think of the best way to get information from a form and save it into database. You’ve brushed it up already and now you use it without thinking twice. You surely have a set of functions / objects to do it but that’s not my point. I’m talking about the patterns, not their implementation.
So how do I take a short cut so that I don’t have to waste my time with inventing my own patterns. I answered to myself: RTFM :-)
