Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.02 KB

README.md

File metadata and controls

60 lines (48 loc) · 2.02 KB

C# Katas plan toward refactoring legacy code

This repository contains kata starter projects to learn TDD toward refactoring legacy code

Source

Katas step by step

Basic TDD

Designing with TDD

Refactoring fresh code

Bottom-up TDD

  • Game of Life
  • Median of a list of lists (with no concatenation)
  • Langton ant

Top-Down TDD

TDD on algorithms

Legacy code refactoring katas

Other katas