...

/

What About Read-Only Use Cases?

What About Read-Only Use Cases?

Learn how to tackle a read-only use case.

We'll cover the following...

Previously, we have discussed how we might implement a use case that modifies the state of our model. How do we go about implementing read-only cases?

Implementing read-only case

Let’s assume the UIUser Interface needs to display the balance of an account. Do we create a specific use case implementation ...