tdd-katas/test
fiatcode 279c381872 feat: Add buggy String Calculator implementation
- Implements basic string calculator with 5 intentional bugs
- Bug 1: Empty string returns 1 instead of 0
- Bug 2: Single number has off-by-one error
- Bug 3: Summation loop misses last element
- Bug 4: Newline delimiter not properly handled
- Bug 5: Custom delimiter parsing broken
- Ready for Bug Hunt Kata with TDD approach
2026-02-18 12:55:51 +07:00
..
bowling_game_test.dart REFACTOR: break down the logic into dedicated methods, tests cleaned up 2026-02-10 12:43:42 +07:00
gilded_rose_test.dart RED: add tests for conjured items 2026-02-18 12:41:33 +07:00
roman_numerals_test.dart RED: test roman numerals contraints 2026-02-10 09:33:44 +07:00
string_calculator_test.dart feat: Add buggy String Calculator implementation 2026-02-18 12:55:51 +07:00