Mocking is a Code Smell
“Don’t waste your time wedging dependency injection into your app so you can mock the whole world. Chances are very good that it’s hurting you more than it’s helping.” - https://goo.gl/4TunS4
#test #mocking
“Don’t waste your time wedging dependency injection into your app so you can mock the whole world. Chances are very good that it’s hurting you more than it’s helping.” - https://goo.gl/4TunS4
#test #mocking
Medium
Mocking is a Code Smell
Note: This is part of the “Composing Software” series (now a book!) on learning functional programming and compositional software…