Friday, December 23, 2016

Writing good code

Writing good code


Here Im listing out some principles that Ive 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/ ]


Go to link download