2 Comments
User's avatar
Treighton's avatar

Great article. How would you compare this to "mocking" data transfer objects?

Expand full comment
Robert Roskam's avatar

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.

Expand full comment