You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way this could manifest is testing against interfaces instead of concrete classes. Because of data prep abstraction, I can make my tests about the expected behavior of any instance of a service instead of for a concrete implementation.
http://blog.cleancoder.com/uncle-bob/2017/03/03/TDD-Harms-Architecture.html
The text was updated successfully, but these errors were encountered: