Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 638 Bytes

Readme.md

File metadata and controls

22 lines (16 loc) · 638 Bytes

Build Status

Clean Architecture Kata

  • We are here to practice Clean Architecture Development.
  • Clean Architecture is a way of structuring code.
  • We are going to practice pair programming.

Product requirements - Contacts App

  • I want to be able to list my contacts
  • I want to be albe to add a contact
  • I want to be able to see all the information of a selected contact

Development platform

  • UI will be the command line
  • All data is local
  • There is no persistance between execution