6 lines
183 B
Markdown
6 lines
183 B
Markdown
|
|
Why are Application Logic classes used to **partition logic away from data**?
|
|
|
|
---
|
|
|
|
🔄 Because **logic is expected to change** more frequently than the underlying data structures.
|