
11 Commandments Of Coding
If you are a coder, these are the commandments you should be following… Care to add any?
- Thou shalt comment your code.
- Thou shalt update your comment when you change your code.
- Thou shalt not copy-paste your code.
- Thou shalt understand & accept that you will make mistakes.
- Thou shalt not rewrite code without consultation.
- Thou shalt not not jump straight into writing code without thinking of the design.
- Thou shalt treat people who know less than you with respect, deference, and patience.
- Thou shalt critique code instead of people – be kind to the coder, not to the code.
- Thou shalt not integrate or release untested code.
- Thou shalt automate oft-repeated tasks & share oft-repeated code.
- Thou shalt manage versions & configurations of thy software, even when working alone.
Hahaha! Awesome Post!