Ad
  • Custom User Avatar

    Kata uses rounding a strict equality on floats. Should use no rounding an fuzzy comparisons.

  • Custom User Avatar

    Javascript version still using Node 8

  • Custom User Avatar
  • Custom User Avatar

    Python Description agnostic and solution ungolfed

  • Custom User Avatar

    Description should be language-agnostic

  • Custom User Avatar

    Python: reference solution and translator's solution should be ungolfed.

  • Custom User Avatar

    Description should be language-agnostic

  • Custom User Avatar

    JS Node 18 should be enabled

  • Custom User Avatar

    "If you get something that's not a number at all, return false."

    I think it will be good to add to Basic Tests case with something like union_jack('7') -> expected: False.
    It will clearly show what is 'not number at all' because in some katas such 'numbers' are still valid numbers in others katas no.

  • Custom User Avatar

    It might be helpful to add in the description that the amount spent by the group is to be divided evenly. The description as it stands just states to "balance the books", but this is probably not very clear, especially for non-native English speakers. It's probably also a cultural thing how the total is divided per person -- some groups divide the bill up by how much each person spent, or based on the salary/earning power of each individual.

    It took a bit of thinking about the example to understand this, so it would be helpful to clarify.

    Thanks!