#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.
@ptl I notice that you aren't a faithful reader of my blog ๐

Last week, I described a use-case for a custom Stream Collector. I received a intriguing comment on Twitter: There was a 'Not Found' error fetching URL: 'https://twitter.com/Miguucm/status/1389258245886390292' Hats off to you, Miguel! Your comment revealed a method I didnโt know! So I decided to investigate what the teeing() method is about. Returns a Collector that is a composite of two downstream collectors.