The humble layered monolith, an architecture that has stood the test of time, remains relevant and popular to this day. Variations of this style are known by different names. The “Clean Architecture” describes a variant of this style that follows the structured, modular, testable, and maintainable approach to system design this style prescribes. The “Onion Architecture” is another variation, with its choice of name a reflection of the system’s composition of layers, with each layer depending only on the layers beneath it. Even the “Hexagonal Architecture” (alternatively named “Ports and Adapters”) can describe a variation of this style.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

The Layered Monolith Abstract Style

  • Michael Carducci

摘要

The humble layered monolith, an architecture that has stood the test of time, remains relevant and popular to this day. Variations of this style are known by different names. The “Clean Architecture” describes a variant of this style that follows the structured, modular, testable, and maintainable approach to system design this style prescribes. The “Onion Architecture” is another variation, with its choice of name a reflection of the system’s composition of layers, with each layer depending only on the layers beneath it. Even the “Hexagonal Architecture” (alternatively named “Ports and Adapters”) can describe a variation of this style.