To my iOS Dev Bubble here: I‘m starting to modularize a big app in 2 weeks and want to prepare with best practices. We want to use the composable architecture by @pointfreeco and if possible also use SPM Modules to make sure we have no unwanted dependencies between parts of our code.
I‘m happy to hear about your experience, tutorials, videos and resources in general. Especially on how to organize stuff and where best to start.