Anyone else noticed this creeping complexity? Arjan’s latest video on SOLID principles was fantastic, especially the Liskov Substitution part. But I keep thinking about how much boilerplate Dependency Injection adds to a simple service. For solo developers or small teams working on an MVP, is the massive setup time for full Clean Architecture actually worth the future scalability, or are we just writing code that looks good in a portfolio but slows down delivery? What's your personal threshold? Have you ever had to simplify a codebase because it was *too* patterned? Let’s hear some specific examples where high coupling won over high abstraction! 😤