View Single Post
Old May 20th, 2006, 8:48 AM   #12
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
every function has to have pre and post conditions stated, what its intent is and how it is called. all variables are labeled and explained. any step that is not simple needs some form of explanation as to be easily understood when reading the comments.
I think you're mixing up design and coding.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote