Skip to content
StackPractices

Tag: separation-of-concerns

Browse 3 practical software engineering resources tagged with "separation-of-concerns". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving separation-of-concerns.

MVC Pattern

Separate application into Model, View, and Controller components. An architectural design pattern for organized, maintainable code.

Container-Presenter: Separate Data Logic from Rendering

How to separate data-fetching logic from rendering in React using the container-presenter pattern. Covers hooks migration, testing benefits, and trade-offs.

Layered Architecture — N-Tier Explained

A practical guide to Layered (N-Tier) Architecture: separating presentation, business logic, and data layers with clear responsibilities and dependency rules.