Skip to content

rstraub/scala-gilded-rose-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gilded Rose Refactoring Kata in Scala

This is a Scala implementation of the Gilded Rose Refactoring Kata. Simplified and reduced to the bare minimum for a Scala context.

Scala Kata Base

Scala CI Scala Steward badge

Starter project for Code Katas in Scala. Batteries included.

Included:

Installation

This project requires some tooling on your machine, as described in the .sdkmanrc. If you use sdkman cd into the root of this project and run:

sdk env install

to install the required sdks. You can also install them yourself.

Compile

sbt compile

Tests

Run tests once:

sbt test

Or in watch mode:

sbt ~test

Format

sbt scalafmtAll

IDE

If you're using Intellij, make sure you have the Scala plugin installed.

About

Gilded rose refactoring kata in scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages