emilybache / BuildPipeline-Refactoring-Kata

Refactoring coding kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Untangled Conditionals Kata

Your task is to add a new feature - if there are no tests, fail the build as well as noting this in the log. Also, if sending email is enabled, warn that there are no tests in an email. Before you do that you will want to add some unit tests for the Pipeline class. If you prefer to start with the refactoring, go to the 'with_tests' branch.

Acknowledgements

This exercise was originally named "Untangled Conditionals Kata" and was designed by Tom Oram. I wanted to use it as a test design kata as well as a refactoring kata, so I changed it a little bit.

About

Refactoring coding kata

License:MIT License


Languages

Language:C++ 94.7%Language:PHP 1.9%Language:C# 1.6%Language:Go 1.0%Language:Java 0.7%Language:CMake 0.1%Language:C 0.0%