Hey all, I'd like to take the dive and learn enoug...
# chicago
j
Hey all, I'd like to take the dive and learn enough Kotlin to earn a Kotlin developer role in Chicago by January or February of next year. I can commit an hour a day and possibly more on the weekends. Besides the Koans, do any of you have recommendations on how to work towards effectively landing a Kotlin-specific developer role?
w
Honestly the koans are great, but experience is best. I think what was particularly helpful for me was just converting java code to kotlin, and then trying to make it "kotliny"
embracing the kotlin paradigms of avoiding mutable vars as much as possible, and picking up some of the FP style that kotlin allows in order to improve testability and safety