According to naming conventions, which one is recommenced?
* WorkspaceViewModelFactory
* WorkspaceVMFactory
* WorkspaceViewModel_Factory
* WorkspaceVM_Factory
* Workspace_ViewModel_Factory
* Workspace_VM_Factory
In case that matters: I’m a hobbyist programmer, I’m the only one who has to read my code.
The first one
WorkspaceViewModelFactory.Quote #1 from Capitalization Conventions
This rules out all the options that have
_.Quote #2 from General Naming Conventions
This rules out all the options that have
VMin the name and leaves just one clear optionWorkspaceViewModelFactory.