Thanks for the translation, @akvptp. I ended up forking and rewriting an entirely different translation; I had a partially completed translation from several months ago sitting around and I finally got around to completing it. The rewrite is also more faithful to the original JS/Python translation(s) and includes the necessary updates to the Description.
While your translation is, ultimately, not the one implemented for this kata (my apologies for that), you still get the honor points for submitting the translation.
Approved by someone
All definitions are moved to the Preloaded section.
Replaced MORSE_CODE with MorseCode (similar to Part of Series 1/3)
very clean solution
I had the same idea too but mine was very verbose
Approved some time ago
great job. thanks for solving my kata :)
Thanks for the translation, @akvptp. I ended up forking and rewriting an entirely different translation; I had a partially completed translation from several months ago sitting around and I finally got around to completing it. The rewrite is also more faithful to the original JS/Python translation(s) and includes the necessary updates to the Description.
While your translation is, ultimately, not the one implemented for this kata (my apologies for that), you still get the honor points for submitting the translation.
Thanks!
.
Sorry to be late, approved!
This comment is hidden because it contains spoiler information about the solution
Kotlin translation, would someone mind reviewing this please.
Nice kata, thanks!
assertEquals
is Kotlin sample tests should probably beassertEquals("Code: $code", expected, actual)
Loading more items...