3303-flashcards/hATaBiZQ - 3303/5lKBOfp2 - What does it mean for Application Logic to be independent of presentation details.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

7 lines
235 B
Markdown

## What does it mean for Application Logic to be **independent of presentation details**?
---
🏗️ It ensures **separation of concerns**; changes to the User Interface (UI) should not directly impact the core application logic.