Jacob Bleser

Fiance, writer, photographer, product engineer at Discord

Web dev, ADHD, Dungeons and Dragons, tech culture, gaming, and social media.

Living in Brooklyn

Now

Obsessing over personal sites with the aesthetics of social media pages

muan.co

Posts

  1. Modern web dev
  2. Optimize down not up
  3. React in 2024
  4. How I write CSS in 2024
  5. The many kinds of functions

Dependency Injection is a good solution to the wrong problem

  • I think I believe that dependency injection (DI) is a solid approach to the problem of managing effects. But I think the real solution is to circumvent the problem altogether
  • DI for the sake of testing should use a different mechanism
  • DI for managing effects should be replaced with stateful objects/servers