Next task in the kata is to allow arbitrary delimiters in our sequence of numbers. Delimiters are specified by an (optional) prefix in the string. Hence, we need some logic to split and interpret both parts. First, I get it to work, then, I refactor to clean up. ► All […]