My TDD Katas Collection, demonstrating TDD cycles in each commits.
Find a file
2026-02-10 09:24:03 +07:00
bin initial commit 2026-02-10 08:03:09 +07:00
lib GREEN: add convertion rules for 90 and 100 2026-02-10 09:21:10 +07:00
test RED: test convert 400 (CD), 500 (D), 900 (CM), 1000 (M) 2026-02-10 09:24:03 +07:00
.gitignore initial commit 2026-02-10 08:03:09 +07:00
analysis_options.yaml initial commit 2026-02-10 08:03:09 +07:00
CHANGELOG.md initial commit 2026-02-10 08:03:09 +07:00
pubspec.lock initial commit 2026-02-10 08:03:09 +07:00
pubspec.yaml initial commit 2026-02-10 08:03:09 +07:00
README.md initial commit 2026-02-10 08:03:09 +07:00

A sample command-line application with an entrypoint in bin/, library code in lib/, and example unit test in test/.