veryclevercool
nice job !
very clever solution! nice work.
Approved
Updated. Let me know if I've missed something - used your ref to make such changes.
Use test groups (group).
group
Print input values for all tests (or for failed tests).
Add fixed tests to Test Cases.
I suggest to write tests in the same way as in this kata.
import removed from "template "Solution".
It's a check against hard-coding the answers in series.
Updated with random tests, although not sure if it makes sense, given the all possible inputs are tested in "All Months" test case.
I think I messed up where the test/example belonged. I think it's updated now (not sure, as it's my first kata translation).
Dart: no random tests.
This comment is hidden because it contains spoiler information about the solution
Fixed
Loading collection data...
veryclevercool
nice job !
very clever solution! nice work.
Approved
Updated. Let me know if I've missed something - used your ref to make such changes.
Use test groups (
group
).Print input values for all tests (or for failed tests).
Add fixed tests to Test Cases.
I suggest to write tests in the same way as in this kata.
import removed from "template "Solution".
It's a check against hard-coding the answers in series.
Updated with random tests, although not sure if it makes sense, given the all possible inputs are tested in "All Months" test case.
I think I messed up where the test/example belonged. I think it's updated now (not sure, as it's my first kata translation).
Dart: no random tests.
This comment is hidden because it contains spoiler information about the solution
Fixed
Loading more items...