timmattison / brick-rope

GNU General Public License v2.0
0 stars 1 forks source link

Remove all static methods/classes #32

Open timmattison opened 9 years ago

timmattison commented 9 years ago

This violates DI principles since we can never swap out these static implementations. I need to get rid of all static methods and classes.