2
Rikan
5y

Originally I'm coming from Java , about 2 years ago, I switched Node with TypeScript and had a hard time getting accustomed to Promises. It was a big relief when I learned about async/await. Much cleaner code, no brainfuck anymore when thinking about how to handle stuff that requires multiple async values and so on.

Now I'm working on a clients project as a Java dev again. SOA, Spring Framework, Kafka and MongoDB, nothing too complicated... if they wouldn't use reactor to bring reactive functionalities to Java.

It feels like I'm back in Promise Hell...

Comments
  • 3
    The promised land becomes the promised hell
  • 0
    Kick the reactive java thing to the curb. Fuking bullshit.
    Use an eventbus, or some sort of event driven framework (Dunno. Spring?) instead of that over complicated, high coupled POS rxJava.
Add Comment