|
|
|
|
|
by bhauer
4836 days ago
|
|
I'm excited by Java 8 moreso than at least several of the previous versions. Java 7 was especially underwhelming. The lambdas are the new hotness that everyone is aware of. But the work done on streams is almost equally impressive. There are several other small additions and reductions in pain that, when taken as a whole, make this update significant. For example, we finally will have a native JodaTime-like replacement for Calendar, Date, and the supporting utilities. I've long considered the need to enforce external thread safety on DateFormatters to be one of the silliest design failures in Java. Disclosure: this summary was written by a colleague of mine. |
|