I never used mocking framework tbh, I don’t unders...
# google-io
o
I never used mocking framework tbh, I don’t understand it either
w
mocking is very useful in OO designs esp. when interfacing with libraries not designed for testing against (like only concrete classes, and no interfaces, or tightly coupled components). in a more FP design, i agree they are not much use.