All Projects → bsamaripa → Wonderland-Scala-Katas

bsamaripa / Wonderland-Scala-Katas

Licence: EPL-1.0 license
Scala port of gigasquid/wonderland-clojure-katas

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Wonderland-Scala-Katas

reladomo-kata
Kata for Reladomo
Stars: ✭ 52 (-25.71%)
Mutual labels:  kata
solid-kata
Kata for practicing SOLID principles
Stars: ✭ 18 (-74.29%)
Mutual labels:  kata
Clean Marvel Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Stars: ✭ 27 (-61.43%)
Mutual labels:  kata
refactoringtopatterns
A place to practice Refactoring To Patterns that Kerievsky wrote about in his book
Stars: ✭ 46 (-34.29%)
Mutual labels:  kata
extreme-carpaccio
Slicing and coding game
Stars: ✭ 116 (+65.71%)
Mutual labels:  kata
Monoidz-kata
Various kata & content to learn and practice design with monoidz inside
Stars: ✭ 16 (-77.14%)
Mutual labels:  kata
functional-structures-refactoring-kata
Starting code and proposed solution for Functional Structures Refactoring Kata
Stars: ✭ 31 (-55.71%)
Mutual labels:  kata
Archangels
Entry to the O'Reilly Autumn 2021 Architectural Kata
Stars: ✭ 16 (-77.14%)
Mutual labels:  kata
KataContactsKotlin
KataContacts written in Kotlin. The main goal is to practice Clean Architecture Development
Stars: ✭ 47 (-32.86%)
Mutual labels:  kata
java-basic-skeleton
☕🚀 Java Bootstrap: Skeleton for your new projects
Stars: ✭ 37 (-47.14%)
Mutual labels:  kata
kata
TDD, Refactoring kata in many languages
Stars: ✭ 14 (-80%)
Mutual labels:  kata
KataTODOApiClientKotlin
TODO API Client Kata for Kotlin Developers. The main goal is to practice integration testing using MockWebServer
Stars: ✭ 59 (-15.71%)
Mutual labels:  kata
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (-68.57%)
Mutual labels:  kata
Kata-Dagger2-Android
Kata to practice Dependency injection using Dagger 2.
Stars: ✭ 21 (-70%)
Mutual labels:  kata
awesome-javascript-katas
A curated list of javascript katas.
Stars: ✭ 25 (-64.29%)
Mutual labels:  kata
dojos
This is where the Novoda team do all their hacking
Stars: ✭ 74 (+5.71%)
Mutual labels:  kata
KataSuperHeroesIOS
Super heroes kata for iOS Developers. The main goal is to practice UI Testing.
Stars: ✭ 69 (-1.43%)
Mutual labels:  kata
kata-starter
Starter for Kata in several languages (Java, Go, Groovy, JS, Python, Scala, PHP, ...)
Stars: ✭ 17 (-75.71%)
Mutual labels:  kata
kata-tcg
Code Kata for a two-player trading card game
Stars: ✭ 32 (-54.29%)
Mutual labels:  kata
tdd roman csharp
Kata: TDD Arabic to Roman Numerals with C#
Stars: ✭ 14 (-80%)
Mutual labels:  kata

wonderland-scala-katas

This is a Scala port of wonderland-clojure-katas.

Alice and the tiny door

“Curiouser and curiouser!” -- ― Lewis Carroll, Alice in Wonderland

Build Status

How to Do the Katas

First, clone or fork this repo. Each of the katas are in their own directory and are self contained Scala sbt proects. You can run sbt <folder name> to show the failing tests, then complete the code to make the tests pass. Each project has the instructions in its own README.md file.

For example, to get started on the alphabet-cipher kata first.

  1. Clone or Fork this repo
  2. run sbt AlphabetCipher
  3. Check out the alphabet cipher instructions in AlphabetCipher/README.md.
  4. Add the code in the source files to make the tests pass.

License

Copyright © 2015 Byron Samaripa

Copyright © 2014 Carin Meier

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

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].