this post was submitted on 04 Jun 2025
3 points (100.0% liked)
iOSProgramming
314 readers
1 users here now
A community to discuss iOS, macOS, watchOS, tvOS, and visionOS development. Ask questions. Share articles. Share links to open source projects. Links to commercial projects are acceptable if it is not self-promotional in nature.
For now, it is okay to ask for feedback on an app. Please be considerate and do not spam the community.
Quick Links
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Business logic should go into its own services/functions. Combining all of these will make maintenance, changes, and testing a nightmare.
Keep your responsibilities segregated. Follow command/query responsibility separation.