9

I quietly refactored an entire NodeJS express in-house framework that was written in Java style (dependency injection, inheritance, inversion of control) and split it into typed, composable, parameterized, testable middlewares in 2 weeks (including some complicated ones like a custom Openid Connect flow)

Now comes the hard part: convincing the Java-devs who wrote it that it is useful

Comments
  • 3
    You need to post a "I am not suicidal" disclaimer. That way your family will not be denied any insurance claims. ;-)
  • 2
    Dude, you'll be lucky to not get chewed out for wasting time.
  • 1
    The first step is to convince them that state is error prone and should be avoided wherever possible.
Add Comment