2 Comments

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

Expand full comment
author
Aug 24, 2023·edited Aug 24, 2023Author

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