Hacker News new | ask | show | jobs
by callamdelaney 249 days ago
Dependency injection in fastapi honestly feels like a horrible afterthought. Flask's g is much easier to reason about, and 99% of projects don't need the 'performance improvements' of async.