Skip to content
Arun Arivanandam
Writing

express

1 post

  1. 3 min read

    Stop putting business logic in Express middleware

    Middleware that mutates the request object reads like dependency injection and behaves like a global variable. Here is the refactor that finally stuck.