10

As someone who didn´t work with dependency injection in almost all projects before:

I legitimately sat here for half an hour and asked myself how to fucking access a new database context...

Me:
You can´t just add that to the constructor.
Dependency Inection:
Yes you can!

Comments
  • 2
    Dependency injection is lovely 😊
  • 2
    Wait until you start writing unit tests. If you think dependency injection is nice now, you'll be having multiple orgasms
Add Comment