View Single Post
Old 10-01-2008, 18:28   #13 (permalink)
3n1gm4
HEYOOOH!
 
Join Date: Mar 2006
Location: Denton, Tx
Posts: 52
I tend to try to use "self commenting code" or [link=http://en.wikipedia.org/wiki/Hungarian_notation]hungarian notation[/link] whenever possible, this cuts down on commenting but adds to the readability of the code... i also try to not use cryptic variable names such as $a or whatever. and whenever i do some complicated logic, i try to explain it in a comment for either myself in the future or a possible colleague that may be working with the file
  Reply With Quote