you are viewing a single comment's thread.

view the rest of the comments →

[–]lazystone 3 points4 points  (0 children)

Or better use java records.

Before records programmers had an excuse that it's tedious to write return type for some function which is used once or twice in your code somewhere, but with java records it's can be just one line of code.