The Law Of Complexity

Feb 4, 2024

Complexity never eliminate,
it just move from one place to another.

When you’re not writing middleware to log requests, someone else wrote or is writing middleware for you. If you think that you can easily write a single page application in a given framework or library then understand that it depends on 1000+ modules to make it easy and the complexity is divided between these 1000+ modules but not eliminated.

Tags: thoughts