DEV Community

Discussion on: Let's Code Kotlin: Goodbye Builders, Hello Data Classes

Collapse
 
ddaypunk profile image
Andy Delso

I had been primarily working in Java in my previous role, but then had the chance to work with Kotlin in my current role, as well as Groovy. I would say that out of the three, Kotlin is the one I enjoy working in the most.

Data classes are the best!

Collapse
 
ddaypunk profile image
Andy Delso

Though, recent versions of Java have a similar concept called records I believe.