C#C
C#3y ago
Pibbles

❔ File naming convention preference

In VS, the I have a folder for ReadModels and another for WriteModels. I then have a file in each for User.
Would you name this file User.cs or ReadUserModel.cs (/Write).
User.cs is simpler and nicer, but then the VS tabs for your files all just say User.cs, and I have to click in to know what actual file that is.
So which way do you go?
I know I can also get an extension to change this header name, let me know if you do that too
Was this page helpful?