You must log in or # to comment.
Looks like it’s too easy to delete. I click on the link and I get a not found exception
This is a classic piece, and I love the contradictions in the text. It encapsulates my feelings on good software and code that it almost becomes an art than a science.
I’d go easy with the recommendation to couple components loosely. If you make things that belong together loosely coupled, you’ve created obfuscation, and added complexity to your codebase. Loose coupling makes sense, but not everywhere.
Code that’s easy to extend generally encourages creating related code that’s easy to delete. These are very similar directives.
Some though are interesting. 🤔