10 lines
No EOL
243 B
Markdown
10 lines
No EOL
243 B
Markdown
|
|
What is the difference between **Strict** and **Loose** Layered architectures?
|
|
|
|
---
|
|
|
|
🥞
|
|
|
|
- **Strict**: A layer can only use services from the layer **immediately below** it.
|
|
- **Loose**: A layer can use services from **any** lower layer.
|
|
|