Ad
  • Custom User Avatar

    Scala translation

    Following the stringified input spec from the description as I'm not sure as to the exact resolution of awesomeads issue and I'm cleaning up my drafts tab.

  • Custom User Avatar

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

  • Custom User Avatar
    • The expected formula is not given
    • Floats should be compared for approximate equality
    • There're already many katas like this
  • Custom User Avatar
  • Default User Avatar

    Python:

    • The internal solution does not handle properly floating point errors. By chance, the inputs seems to not generate edge cases (or at least rarely, since my solution (correct about floating point) did not raise an error), but it has to be resolved properly:
      • what is the threshold so that one can considere that two results are equal?
      • update the internal solution and the description accordingly
    • len should be avoided as argument name since it's the name of a function...
    • not really important, but while we are at it: in the tests, instances should be named in snake case, not in full capital letters: anna and bob (as they are in the solution setup)
    • It would be better to update the code block about the Car object in python, so that the correct spelling of the properties are given in it, not as a note under it.

    cheers

  • Custom User Avatar

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

  • Custom User Avatar

    You should specify precisely what the Cyrillic vowels are, it's not obvious to an outsider looking at the alphabet.