Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    This test should be added to the default suite
    Some currently valid solutions fail on it

    test.assert_equals(to_underscore("123"), "123")

  • Default User Avatar

    I'm not sure what this Kata is testing.

    Assert.AreEqual(21,KataCalculator.SolvedKatasSince(new DateTime(2018, 04, 01), new DateTime(2018, 05, 01))) // There are 22 working days during this period, not 21. What is the big trick??
    
  • Custom User Avatar

    I think we should add a test like: _2_CamelCase1
    Becouse while testing I came up with a code that manages to strip first underscore in this particular case and it went through.