Here I'm listing out some principles that I've picked up so far after writing code and getting them reviewed by some peers or other sites etc.
1. No repeatation
2. Try to make it as readable as possible, like try to make it look like plain English as much as possible.
Here are some links to help on that case:
1. [ http://net.tutsplus.com/tutorials/html-css-techniques/top-15-best-practices-for-writing-super-readable-code/ ]
1. No repeatation
2. Try to make it as readable as possible, like try to make it look like plain English as much as possible.
Here are some links to help on that case:
1. [ http://net.tutsplus.com/tutorials/html-css-techniques/top-15-best-practices-for-writing-super-readable-code/ ]
No comments:
Post a Comment
Post your comment here. If you want to say something about programming problems, scripts, software etc, please try to be as descriptive as possible.