Based on your feedback I improved the code of the ...
# arrow
s
Based on your feedback I improved the code of the functional Hangman game... I also removed the
ExitStatus
because it was useless compared to what Scala's version does. Updated code here: https://github.com/LordRaydenMK/arrow-hangman/blob/master/src/main/kotlin/io/github/lordraydenmk/Main.kt @raulraja suggested to add it to the documentation or link to it, so I decided to write a few words about the whole thing here: https://lordraydenmk.github.io/2018/functional-hangman-in-kotlin-with-arrow/ Since I am still a beginner and learning... any feedback would be very helpful thanks 🙂
👏 3