top | item 34555388

(no title)

vgchh | 3 years ago

<rant>Having recently started writing Java once again, i am horrified at the mess that it has become. Between reactive streams, completable futures, guice wiring, it feels like voodoo. It’s hard to even reason which code is running synchronously and what is asynchronous. Not to mention the upcoming lightweight threads. </rant> I crave for the simplicity of go routines and explicitness.

discuss

order

kaba0|3 years ago

Why would you need all of these things at the same time? That just sounds like incompetency on someone’s part.