Hacker News new | ask | show | jobs
by bozoUser 2347 days ago
This is akin to case classes of Scala such a welcoming change to the Java world.

Apart from being a functional language one of main draws to Scala is the ease with which one can get rid of the boilerplate code. So kudos to the Java team!

1 comments

But case classes are also algebraic data types so Java is not yet as great.