Ad
  • Custom User Avatar

    Ruby should be updated to v3 (new test framework) + needs random tests

  • Custom User Avatar

    I'm not sure but , did the tests checked things like "xyz@abc.com" ,"5:20PM" "1+2=3","$13.20","12/01/2023","Error" (by the way Error is ........).
    One more thing : in Morse code there is operations such: Start of emission , end of emission , Break, Closing,,Understood, Wait and more

    I think the Kata would be better if it includes thoses too

  • Custom User Avatar

    Ruby 3.0 should be enabled.

  • Custom User Avatar

    Some languages do not have random tests.

  • Custom User Avatar

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

  • Default User Avatar

    Ruby, as noted below :

    • random generator, on rare occasion will generate strings of spaces between words and expects them to be preserved

    This isn't consistent across all languages.

  • Custom User Avatar

    Needs random tests

  • Custom User Avatar

    What are the color values?

    This kata is extremely under-specified. We can only guess what the rules of the fibonacci clock actually are.

  • Custom User Avatar

    Finding triangle area from 3 given points is a duplicate.

  • Custom User Avatar

    A building will fall if the magnitude of the earthquake is greater than the strength of the building.

    The most popular solution tests for greater than or equal to instead of greater than.

    You should either update the description or invalidate older solutions by adding a test case that has the magnitude equal to the strength of the building.

  • Custom User Avatar

    Random test cases required.