tdd-katas/lib
fiatcode 0a6da5a651 GREEN: Fix summation loop bug
- Changed loop condition from 'i < length - 1' to 'i < length'
- Now includes last element in sum
- Tests pass: '1,2' returns 3, '1,2,3' returns 6
2026-02-18 12:57:05 +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: Fix summation loop bug 2026-02-18 12:57:05 +07:00