What pro book do you suggest about kotlin? I know ...
# announcements
m
What pro book do you suggest about kotlin? I know kotlin well, but I want to know it better.
g
m
@gildor what about Effective Kotlin? Have you read?
h
Kotlin in action (mannings) is very good, I read that book over and over again. But once you konw enough I think reading docs directly is also a really good way -> https://kotlinlang.org/docs. I think you can download the pdf version of it if you prefer book form
☝️ 1
👍 1
g
@Mjahangiry75 Nope, I didn’t
s
I've read Effective Kotlin (https://kt.academy/book/effectivekotlin) and I liked it a lot. It's about more about best practises than about the core language itself. So it's a good second book or even after you've worked with Kotlin for a while.
I've also heard good things about Atomic Kotlin https://www.atomickotlin.com/ but haven't looked at it myself (I used "Kotlin in Action" to learn the language and it served me very well).
g
Atomic Kotlin is intended for readers without prior knowledge of programming and other languages