I want to ask a simple question... can anybody give some brief description of clean coding? I just want to know your opinion about clean coding and dirty coding...
Read this:
http://web.mit.edu/gnu/doc/html/standards_10.html
IMHO clean code takes a little more discipline to write because you have more declarations and standards to follow. But it's usually faster to debug, and almost always easier to read and modify.