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.
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
Hamza
10/10/2018, 1:05 PM
That’s a good suggestion! I’ll write myself a note and present it if time permits in the demo
l
LG
10/10/2018, 1:21 PM
Nice and consise 👍🏼
h
Hamza
10/10/2018, 2:07 PM
thank you! 🙂
a
andyb
10/11/2018, 9:21 AM
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
Hamza
10/11/2018, 9:23 AM
I'm covering that in the demo
👍 1
Hamza
10/11/2018, 9:23 AM
I don't want to do it there because people will be confused
Hamza
10/11/2018, 9:23 AM
Most people don't know what pojos are in my school