Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.04 KB

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.