DEV Community

Language-Level Dependency Injection

Horia Coman on May 28, 2019

I’ve recently read languages I want to write and Hull – an alternative to shell that I’ll never have time to implement and I came to the conclusion...
Collapse
 
phlash profile image
Phil Ashby

Nice! I think I get the idea, promoting DI concepts to the same sort of level as the language's existing 'implicit' or 'magic' behaviour such as scope resolution (in Javascript I always find this terrifying), or garbage collection.. cool :)

Collapse
 
horia141 profile image
Horia Coman

Thank you && exactly. When enough people do a thing a certain way, it makes sense to treat it specially.