architecture-templates
architecture-templates copied to clipboard
Pluralise MyModel for Screen and ViewModel
The existing MyModelScreen
actually shows a list of MyModel
s rather than a single MyModel
. This PR pluralises the Screen and ViewModel class names to more accurately describe what the UI is doing.
Have you checked all remaining instances of MyModel
? I guess some of them must stay singular. Did you take that into account in the script?
The objects which don't need renaming are MyModelRepository
, MyModelDao
, MyModel
and the test classes associated with these objects. These have not been renamed as part of this PR.
Did I miss something?
Also, if/when this is merged we should update the multimodule
branch with these changes as well.