Tech article

SOLID Without the Acronym: It's Just Cohesion and Coupling

Community description: SOLID isn't really five independent principles. It's mostly two long-standing software design...

Dev.to | Sep 14, 2026 | Dionisio Cortes Fernandez

Automated excerpt

High cohesion — keep the things that change together, together. Two actors, two reasons to change, one class — that's the smell. An interface between two classes in the same package that always change together isn't low coupling; it's low cohesion disguised as low coupling.

Selected automatically from source text; not independently written or fact-checked. Read the original for full context.

Read the original article

More tech news