Bowling Kata in Kotlin [Video]
Follow along with this 20-minute video to learn how to use Kotlin and TDD to implement the Bowling Game kata.
Join the DZone community and get the full member experience.
Join For FreeSergio Rodrigo implements the Bowling Game kata in Kotlin using TDD, showing some of the features of the language, such as support for Functional Programming (Higher Order Functions, Lambdas and built-in functions), Pattern Matching, Extension Functions, Expression Bodies, and method names as free text. The kata is performed in a way that shows the expressiveness of Kotlin.
The Kotlin plugin for IntelliJ is used to show the IDE support for the language, using live templates and performing small automatic refactorings.
The code used in this video can be found on GitHub.
This article was first published on the Codurance blog.
Published at DZone with permission of Sergio Rodrigo Royo, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments