Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.66 KB

CircleCI ktlint

OverengineeredAndroid

An overengineered android app. Meant to showcase the nice things you can use for larger apps. Primarily JetBrains/KotlinMPP focused.

Uses http://deckofcardsapi.com/ as a simple api to connect to.

Libraries and patterns

Ways in which this Repo wil overengineer:

  • Abstract too early
  • Lasagna more than is strictly necessary
  • Use big/complex systems to implement one thing, just in case it needs to be implemented many times.