-
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.
3 min read
Middleware that mutates the request object reads like dependency injection and behaves like a global variable. Here is the refactor that finally stuck.