Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 218 Bytes

layered-architecture.md

File metadata and controls

15 lines (8 loc) · 218 Bytes

Layered architecture

Layered architecture rules:

A layer can depend only on one other layer above or below.

Some usual exception for rules:

  • logging
  • security

They are cross-cutting