Architecture
Clean Architecture layers
When you apply Clean Architecture on iOS, can you walk me through the layers and the dependency rule?
Clean Architecture layers
When you apply Clean Architecture on iOS, can you walk me through the layers and the dependency rule?
ArchitectureShort answerAdvanced
Your tech lead says "the Clean Architecture circles (the concentric diagram) don't seem t…
#clean-architecture #use-case
ArchitectureMultiple choiceIntro
In an MVC iOS app, where's the best place for the code that turns a date string from the …
#responsibility
ArchitectureMultiple choiceBasics
In MVVM, which of these should a ViewModel not have? Select all that apply.
#responsibility
ArchitectureShort answerAdvanced
You want to split an app that grew into a single target into modules. What criteria do yo…
#boundary