tdd-katas/lib
fiatcode ab5a97acc8 GREEN: Implement feature to ignore numbers > 1000
- Added .where((n) => n <= 1000) filter
- Numbers greater than 1000 now excluded from sum
- Tests pass: '2,1001' returns 2, '1000,1001,2' returns 1002
2026-02-18 12:59:01 +07:00
..
bowling_game.dart REFACTOR: break down the logic into dedicated methods, tests cleaned up 2026-02-10 12:43:42 +07:00
gilded_rose.dart GREEN: implement conjured items degrading twice as fast 2026-02-18 12:42:42 +07:00
roman_numerals.dart REFACTOR: split validation into value object 2026-02-10 09:38:58 +07:00
string_calculator.dart GREEN: Implement feature to ignore numbers > 1000 2026-02-18 12:59:01 +07:00