top | item 28121406

(no title)

alttab | 4 years ago

Coupling, Cohesion, and Encapsulation. That's the way I learned it. The Dryness or single responsibility principle I think boils down to encapsulation.

discuss

order

avip|4 years ago

I think DRY is the fundamental axiom of reasonable coding. Everything else naturally derives if you religiously follow it.

My only issue is it does not play so well with microservices.

Afton|4 years ago

Or tests. I prefer my tests DAMPer.