Skip to content

braddle/untangled-conditionals-kata

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untangled Conditionals Kata

Build Status

This repository contains a simple coding kata.

Category: refactoring
Skill Level: beginner
Time: ~30 mins

This repository contains the starting code. The logic is contained in a single method, Pipeline.run(). This method contains a number of embedded if statements. Your goal is to refactor the code to a more understandable and desireable state.

Remember, keep the tests passing while you refactor!

Approach

Below you can find some resources demonstrating the approach that this kata was designed to teach. However, I recommend you try the kata yourself first, and then review the resources.

About

Refactoring coding kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.5%
  • PHP 1.9%
  • Java 1.5%
  • Other 1.1%