Ask questions and see you on November 3 at 8pm CET: youtube.com/c/bienadam
Also check out the latest episode:
Please keep the questions as short and as concise as only possible. Feel free to ask multiple, shorter questions. I will also answer some questions in my "shorts" youtube.com/@bienadam/shorts between the shows.
Upcoming airhacks.tv events will also be announced at meetup.com/airhacks
New: The airhacks.tv discord server: discord.gg/airhacks

Hi Adam,
When working with user input, I hate whitespace. (hate, HATE, HATE)
I often find myself writing a POJO like:
Do you think this is a reasonable approach?
Should I instead look into using jakarta.validation?
Thanks,
new UserForm("Hayden", "Jones", "Toronto, Canada");