Tag: Modular strategy
-
UML Diagrams with PlantUML and SwiftPlantUML
PlantUML is an open-source tool used to produce an assortment of diagrams using text. With other diagramming tools, the paradigm is typically a GUI and some dragging and dropping of various objects to build up your diagram. PlantUML allows you to forgo the dragging and dropping element and write your diagram in PlantUML’s own markup…
-
Module Boundaries in iOS
We’ve talked about what modularization is, and what its advantages are when used in a decoupled, cohesive way. It feels only reasonable that we should dig into the meat of what a modular architecture could look like, starting with your module boundaries. I say “could” on purpose. Whilst I believe there are some anti-patterns to…