SashenSinghDev / ModularisationExample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vertical vs Horizontal modularisation in iOS

The follow repository is based of the medium article and contains:

  • A ModularisationStarter folder with what an application could look like without modularisation done.
  • A ModularisationHorizontal folder with what the starter project could look like applying a horizontal modular structure using Swift Package Manager. This will look as follows

hor

  • A ModularisationVertical folder with what the starter project could look like applying a vertical modular structure using Swift Package Manager. This will look as follows

vert

Feel free to follow me on Twitter :)

Prerequisites

  • Built using Xcode 13.4.1
  • Using swift-tools-version 5.5

About


Languages

Language:Swift 100.0%