Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 531 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 531 Bytes

BasicCleanArch

Robert C. Martin's Clean Architecture is very helpful to write well structured and testable code. However, existing variants for mobile development are sometimes hard to understand for beginners or inappropriate for small projects. Basic clean architecture is a set of helpful abstract classes for the basic concepts of Clean Architecture like Interactors, Entities, Presenters, and Boundaries.

Getting Started

At the moment, the following abstract classes are included:

  • Displayer
  • Presenter
  • UseCase