Dependency Injection in C99
isDraft: true
does not really exist in c
what to inject?
- singletons, like state that is unique throughout the project, e.g. system state (on, off, booting, shutting down, ...)
- modules/functions as pointers
Dependency Injection in C99
isDraft: true
does not really exist in c
what to inject?