Hi Gabriel,
Really enjoyed your article — it's clear, pragmatic, and hits the nail on the head about decorator-heavy DI containers.
Just wanted to mention that the kind of clean, lightweight, decorator-free DI container you're describing already exists. I'm the author of InferDI — a zero-dependency, strongly-typed container that follows exactly this philosophy (no reflect-metadata, full compile-time safety, scopes, lazy injection, async teardown, etc.).
Would love to know your thoughts: github inferdi/inferdi
Great write-up!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi Gabriel,
Really enjoyed your article — it's clear, pragmatic, and hits the nail on the head about decorator-heavy DI containers.
Just wanted to mention that the kind of clean, lightweight, decorator-free DI container you're describing already exists. I'm the author of InferDI — a zero-dependency, strongly-typed container that follows exactly this philosophy (no reflect-metadata, full compile-time safety, scopes, lazy injection, async teardown, etc.).
Would love to know your thoughts: github inferdi/inferdi
Great write-up!