Programming principles that work in real life - Use principles instead of rules
Summary
- Sometimes the code will not follow the rules and we have to break a rule to get it to work. In this case, principles will help us to make the correct decisions
Details
- When you do this, document the reason you did it clearly.
References
Related
- Programming principles that work in real life - Keep it simple
- Programming principles that work in real life - Dont be emotionally attached to your code
- Programming principles that work in real life - Use consistent standards
- Programming principles that work in real life - Code for humans
- Programming principles that work in real life - Communicate well
- Programming principles that work in real life - Slow down to speed up