$BlogRSDURL$>
This blog will describe some of the learning experiences that I have with .NET, some personal projects that I'm working on, and whatever other topics tickle my fancy.
My Blog LinksSite Links
Currently ReadingBlogroll
Archives
Tools |
Friday, May 21, 2004MISC: Learning Large Bodies of Code
Matt Warren gives an excellent description of what it's like to learn and absorb large blocks of code into your mind. I can certainly relate to Matt's description and have felt the same way myself (I was never able to express the way he has though).
Once you reach a certain level of familiarity, it is almost like you can see the shape of the code (whether an app, component, library, ...) in your mind. I can't tell you how many times I've found and solved an error in my code while in the shower or driving home all without ever needing to run any tests on it. The scary part is that sometimes I don't actually remember the drive home.
Comments:
Post a Comment
|