Closed mshipton closed 7 years ago
If a use case requires common a interface for views it can be added as needed and as such it's more suited to boilerplate-example.
boilerplate-example
e.g. an ErrorView with ErrorView.showError(String).
ErrorView
ErrorView.showError(String)
If a use case requires common a interface for views it can be added as needed and as such it's more suited to
boilerplate-example
.e.g. an
ErrorView
withErrorView.showError(String)
.