And examples in the wild of how to use them effectively
Great article. How would you compare this to "mocking" data transfer objects?
So this is definitely different. Mocks basically are "let's pretend I got this object". For these other things, the service actually sends you an object. It's just in a test environment, not a production environment.
Great article. How would you compare this to "mocking" data transfer objects?
So this is definitely different. Mocks basically are "let's pretend I got this object". For these other things, the service actually sends you an object. It's just in a test environment, not a production environment.