A quick take on Java Records

In July 2022, I put together a “Lightning Talk” presentation on Java Records for my employer, InRhythm. In short, Java Records are a new data type added as a permanent feature in Java 16, with the goal of reducing some common boiler plate code. In particular this makes writing simple DTOs very quick and easy. You can check it out below:

Lightning Talk | Java Records | Ted Parton

Though I have only played with Java Records on a pet project for this presentation so far, I plan to dig into them more in the future.

References I leaned on for this talk:

You can access code samples from my talk at: https://github.com/tparton42/evette