Skip to content

tomphp/untangled-conditionals-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untangled Conditionals Kata

Build Status

This repository contains a simple coding kata.

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

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