You’ve learned lots of neat Kotlin tricks along the way, as you’ve implemented a production-grade web app in the previous chapters. In this chapter, you’ll learn some more neat Kotlin tricks that I didn’t get to cover.
Many of these tricks are more useful to library authors than web app builders. In fact, most libraries will likely use most of the concepts mentioned in this chapter. But it’s still nice to be aware of these concepts. You might end up debugging library code, and it’s nice to know what you’re ...