[Nov 22, 2021]
This page contains software engineering articles that I think stand out. These are must reads!
https://sites.google.com/site/unclebobconsultingllc/so-you-want-your-code-to-be-maintainable
https://sites.google.com/site/unclebobconsultingllc/going-fast
https://sites.google.com/site/unclebobconsultingllc/home/articles/saying-no
https://martinfowler.com/bliki/Yagni.html
https://martinfowler.com/articles/preparatory-refactoring-example.html
https://blog.cleancoder.com/uncle-bob/2015/11/18/TheProgrammersOath.html
https://enterprisecraftsmanship.com/posts/leaking-domain-knowledge-tests/
https://enterprisecraftsmanship.com/posts/unit-testing-private-methods/
https://enterprisecraftsmanship.com/posts/exposing-private-state-to-enable-unit-testing/