I started working on a kotlin project for a client...
# kotlin-in-action
r
I started working on a kotlin project for a client of ours a month ago. I have been working mostly on clojure the past 2 years, but none of the devs for this client had any FP experience. So there tends to be a clash between us most of the time. For example, I tend to favor Function files vs big classes. And I also tend to prefer
when
and only use
if
as guard clauses. I would really enjoy a short appendix to the book about
idiomatic Kotlin
that outlines things like this.