Why unit tests and how to make them work for you Software The Law of Continuous Change The Law of Increasing Complexity Refactoring Factorisation An example in Go When refacto...
Write Code as If You Had to Support It for the Rest of Your Life Write Code as If You Had to Support It for the Rest of Your Life You could ask 97 people what every programmer ...
Prefer native JS methods over user-land utils like Lodash One Paragraph Explainer Example: benchmark comparison - Lodash vs V8 (Native) Code Example – Benchmark test on _.concat ...