Programming principles that work in real life - Code for humans
Summary
- Write code that is easily understood by future humans reading your code
Details
- Always design for humans, not for machines or efficiency
References
Related
- Programming principles that work in real life - Keep it simple
- Programming principles that work in real life - Use principles instead of rules
- 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 - Communicate well
- Programming principles that work in real life - Slow down to speed up
- Design is not decoration
- the four elements of simple design
- Simply Put - Why Clear Messages Win - and How to Design Them - Ben Guttmann