All Projects → antoniolg → KataContactsKotlin

antoniolg / KataContactsKotlin

Licence: Apache-2.0 license
A Kata written in Kotlin based on the work of Karumi Team

Programming Languages

kotlin
9241 projects

KataContacts written in Kotlin

Kata based on the repository created by Karumi

These are the rules for the 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 able to add a contact.

Development platform

  • UI will be the command line.
  • All data is local.
  • The data origin will change in the future to consume a remote API.
  • There is no persistence between execution.

This Kata was first developed by the Karumi Team:

Another implementation in Scala written by 47deg team:

#License

Copyright 2015 Antonio Leiva

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].