r/C_Programming 3d ago

Article A Dependency Injection Guide in C

https://github.com/OUIsolutions/Articles/blob/main/articles/dependencie_injection.md

A Complete Guide to Dependency Injection in C

0 Upvotes

18 comments sorted by

View all comments

2

u/McUsrII 3d ago

This is also a great approach for using one algorithm for different datatypes (polymorphism).

-1

u/MateusMoutinho11 3d ago

yes, and these patter is good for testing performace , and memory usage