❔ When do you use "Model" suffix when naming models/classes?
I am using WPF and have a "Models" folder as well as one for view models and views. I was wondering when you add the "Model" suffix to your model names. Do you mix? Are they all without the suffix? Are they all with the suffix?
I just wanted to hear what other developers and possibly the reasoning/explanation behind it.
2 Replies
i don't use model suffix except when necessary
for example sometimes i have colliding names with the framework, like say Delegate, or File, so then i rename those problematic classes to DelegateModel and FileModel
but that's it
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.