Learn To Evaluate Your Code
Tuesday January 23, 2007 9:20 AM
Word Count: 222
It's easy to rip apart someone else's code, but you've got to learn to look at your own code, and identify problems. This is also where peer review, having fellow programmers look at your code, can really be a lifesaver. Don't worry if you have to make changes; a better-designed application will save you tons of time in the long run.When I read this I could not help but think how many times throughout a week or month that I have ripped apart others code criticizing how others accomplish a task. I think we should all take a little more time criticizing ourselves because if you really take the time to do so you will realize what I have, nobody is perfect :)
