Karumi / KataContactsSwift

KataContacts written in Swift. The main goal is to practice Clean Architecture Development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Karumi logo Clean Architecture Kata Build Status

  • 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 able 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 persistence between executions

Data Format

  • Firstname
  • Lastname
  • Phonenumber

References

About

KataContacts written in Swift. The main goal is to practice Clean Architecture Development.

License:Apache License 2.0


Languages

Language:Swift 100.0%