Any fool can write code that a computer can understand. Good programmers write code that humans can understand—Martin Fowler
Web programmers write code to create software, application for business purpose. If we do not maintain a general coding guideline, we don’t recognize our own code after few months. After all we are human not a typist. So from the beginning of our career we should follow some good coding practice. In this article, I will share my experience and knowledge about general rules of writing good, clean and secure code. If you’re a developer or designer, please follow below points from your next project and you will surely see some difference in your code.
Read more