Skip to content

bariscck/GX-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameX iOS App (Swift)

GameX developed for case study with architectural experiments.

Architectures

  • Repository Pattern (for communicating remote and local database)

  • MVVM-R: MVVM pattern with navigation logic separated from ViewController to ‘Router’ classes with protocols for don’t be affected for the UI changes and more readable code.

Dependencies

All dependencies isolated with protocols for two reasons; if we decided change dependency its makes it very easy (just create a new class for changed dependency with this protocols and inject it) and more testable.

Releases

No releases published

Packages

No packages published