01-08-2009, 04:14 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Jun 2008
Location: Twin Cities, Minnesota, USA
Posts: 44
Thanks: 3
|
Lately I've had a hard time explaining code that I have not written personally.
I have so many preconceptions about how code should be written and when I come across something that is subpar, sloppy or poorly implemented, not commented, not organized, etc, I have a really hard time.
However there is code like Mootools and Wordpress. I can explain huge chunks of those things by simply looking at the names of functions/methods and arguments/parameters. Those things are coded consistently and have a particular style so reading and explaining is much easier.
|
|
|
|