http://qs321.pair.com?node_id=116233


in reply to Maintainable code is the best code

I have to agree with what you say about naming conventions. They should not need comments.

The key to any piece of code is to do 1 thing, do it well, and do it in only one place. If you have to cut-paste some functionality it should almost always be pulled out as its own function.

mr greywolf