some wrong implementations can pass the tests for the get_series function (at least in python, but I guess it's the same problem in other languages). Needs some new edge cases with get_series(0,...)
Looks like a great kata. Am I missing something though or is the skeleton code and example test cases in the description completely redundant and unecessary?
Fun Kata. Curious, what are Harshad numbers used for?
some wrong implementations can pass the tests for the
get_series
function (at least in python, but I guess it's the same problem in other languages). Needs some new edge cases withget_series(0,...)
Looks like a great kata. Am I missing something though or is the skeleton code and example test cases in the description completely redundant and unecessary?