broadmode on Nostr: Anticipatory abstraction should be viewed as toxic to codebases. Keep It Simple ...
Anticipatory abstraction should be viewed as toxic to codebases.
Keep It Simple Stupid: place code where it belongs, then bring it together using basic composition.
Keep It Simple Stupid: place code where it belongs, then bring it together using basic composition.
quoting note123s…z9qhYes to domain centric design and basic separation of concerns, no to premature optimization and overkill like clean architecture for smaller projects where the boilerplate and indirection make up a lot of the code
Choose names wisely and be clear and consistent. Make code expressive and self documenting.