Hi everyone, I’m doing a keynote on Kotlin for Jav...
# random
h
Hi everyone, I’m doing a keynote on Kotlin for Java developers, to students at my school. They are mostly Java developers, who learnt from the CS course available at our school. Your feedback would be wonderfully appreciated.
d
Looks good, one thing I would bring up if you have time is property/class delegation, which are pretty useful and don’t have an equivalent in Java (since Java 8 brought higher order functions to some degree).
h
That’s a good suggestion! I’ll write myself a note and present it if time permits in the demo
l
Nice and consise 👍🏼
h
thank you! 🙂
a
Looks good, I’d also include a couple of slides on data classes & parameter default values/named parameters as both of these topics significantly improve the clarity of the code vs Java.
h
I'm covering that in the demo
👍 1
I don't want to do it there because people will be confused
Most people don't know what pojos are in my school