DEV Community

Discussion on: Leave the kids at home: How to decouple your projects with the Stairway Pattern

Collapse
 
makingloops profile image
Joe Petrakovich

Yes, exactly! This is a strategy you could use in the context of creating a layered architecture.

It's a tactical way to implement the layered architecture in a way that's truly decoupled.

A lot of folks could think that just because they have three distinct projects for UI, Biz logic, and Data, that they have implemented proper layering, not realizing that the literal dependencies between classes is quite important.