Layered Architecture: The Default, Its Pros and Sinkholes
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/architecture/semester-07-architecture-ddd/module-02-architecture-patterns-modular/concepts/cluster-01-layered-and-pipeline/01-layered-architecture-the-default-its-pros-and-sinkholes-primary.md - App:
architecture - Semester:
semester-07-architecture-ddd - Module:
module-02-architecture-patterns-modular - Unit kind:
concept - Curation level:
module_curated
Learning objectives
- Explain Layered Architecture: The Default, Its Pros and Sinkholes as a choice among modular structures and coupling tradeoffs, not as a pattern-name checklist.
- Use Layered Architecture: The Default, Its Pros and Sinkholes to predict how change, testing, deployability, and team coordination will behave in a real codebase.
- Use
clean-architecture,fundamentals-of-software-architectureto connect the learner page to modular boundaries, dependency direction, and architectural style tradeoffs.
Prerequisites
- Comfort with architecture fundamentals and quality-attribute reasoning from module 01.
Source books
clean-architecturefundamentals-of-software-architecture
Source routes
Clean Architecture
- /books/clean-architecture via
Martin: Package by Layer to Ports and Adapters
Fundamentals Of Software Architecture
- /books/fundamentals-of-software-architecture via
Richards & Ford: Adding Layers,Richards & Ford: Architecture Characteristics Ratings (layered),Richards & Ford: Layered Architecture Style
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- Martin Fowler: Monolith First (
read_if_stuck) - Reinforces that architectural style choice is a tradeoff and should follow real constraints, not fashion. - Simon Brown: Modular Monoliths (
optional_deep_dive) - Helps connect modularity concepts to concrete structure and deployment choices.
AI companion modes
- Explain simply
- Socratic tutor
- Challenge my understanding
- Diagnose my confusion
- Connect forward / backward
Source-of-truth note
This teaching unit is learner-facing guidance assembled from multiple canonical book routes. Use the listed source books as the primary conceptual spine for Layered Architecture: The Default, Its Pros and Sinkholes, and treat outside material as supporting enrichment only.