Slide 12
Slide 12 text
Why an architecture will make you life easier
1. Complex tasks are split into simpler tasks and are
easier to solve.
2. Smaller objects, less bugs,easier to debug
3. View and UI state holders like ViewModel classes stay
neat and classy
4. Readability, Scalability and Portability,Testability
5. if requirements change, usually it’s quite easy to
pinpoint exactly you need to change in your code with
minimal implications