PDA

View Full Version : Writing Clean, Maintainable, and Readable Code



DarknessX
11-06-2007, 06:53 PM
http://forums.designcommunity.co.uk/index.php?showtopic=12

Another article by me, I found several sources on the internet on writing clean, maintainable code, and formulated my own. I go in-depth on 4 different topics, including indenting, commenting, procedure and variable naming, and error checking. I touch just a little bit on a few other methods, including keeping the code short, using simple, non-complex code, and optimizing after you write the code.