#Java has evolved. Your code can too.
#Java has evolved. Your code can too.
@frankel some good stuff in there. Would be cool if Java came with some similar tool like the new go fix: https://pkg.go.dev/cmd/fix
I find it a very modern approach for the language designers to consider the whole lifecycle of an application: "Hey we added a new feature, of course we help you to add it to your code base". Just like modern languages like rust and go already come with a package manager, formatter, linter etc.