An interesting article about how to tackle app development.
Apps are made of multiple components (data, models, views) and these components all depend on each other
Where you start doesn’t matter. What matters is that you work in small steps (iterate) and ensure that changes are immediately extended out into every major component in the app (integrate)
Unfortunately, it’s very easy to think about the bigger picture and accidentally start work on everything at once.
Yep not doing to much at the same time is a problem I struggle with as well.
⤑ App architecture basics in SwiftUI, Part 1: Coding through iteration and integration.
I’m going to write a JSON feed reader app in SwiftUI and focus on writing the app through small, incremental additions.
Comments
How to respond
Write your comment on your on page and link it to this page with the following link:
https://vmac.ch/posts/2021-01-03-app-architecture-basics-in-swiftui-part-1-coding-through-iteration-and-integration-1609690727/
Then insert the permalink to your post into the form below and submit it.
Alternatively you can reach me by email to: comment@vmac.ch