...
/Different Input Models for Different Use Cases
Different Input Models for Different Use Cases
Learn how using different input models for different use cases helps us write maintainable code.
We'll cover the following...
Same input model
We might be tempted to use the same input model for different use cases. Let’s consider the use cases “Register Account” and “Update Account Details”. Both will initially need almost the same input, namely some ...