Hacker News new | ask | show | jobs
by Marazan 3031 days ago
Reading long nested generic type declarations in Java is an absolute utter mental pain. Being able to vat that shit will be a god send.
1 comments

Then you're dealing with long, nested invisible type declarations.
Yes. By not having them there makes them easier to read and understand. Seriously.

It is often the case that very simple stream operations end with ludicrously complex type signatures. By being able to var them it makes them far simpler to read.