11-16-2007, 05:59 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Location: Mumbai, India
Posts: 24
Thanks: 0
|
12 common programming mistakes to avoid
Excerpt:
Programming is an art and science and like all art and science the only way to learn is from mistakes. I have made many… and I would like to share with you the mistakes that I have made over my journey with development.
These are some of the most common programming mistakes made by developers (including me) and how to avoid them (not listed in any specific order)
1. Improper or No comments
Can you imagine a program without comments. Just imagine how difficult it would be to read someone else’s code without comments. The reason why we as developers miss out on comments is because when we write code, we are so engrossed in developing logic that we forget this essential step. I recommend that let you develop with the flow of logic that you have and plug in comments after you finish coding. Write comments for any and all complicated logic and SQL queries. Comments will help you a long way in reviewing your code.
Read more here:
12 common programming mistakes to avoid
Hope you find it useful
|
|
|
|