|
|
|
|
|
by drchiu
2584 days ago
|
|
My team discovered the interactor pattern about 8 months ago and never looked back. It’s worked extremely well and easy to read. We’ve found it necessary to maintain a sensible naming convention for the interactors and to namespace them. The other pattern we’ve found to work decently well is to ensure most operations are idempotent. It makes it easy to ensure the correct state. |
|