jbogard/ContosoUniversityDotNetCore

Feature folders in singular or plural?

djordjedjukic opened this issue · 1 comments

Hi Jimmy,

I am using 'Features' organization on my project, and in first I named features in singular. But I had problem because feature folder name was the same like domain object name. (domain object User, and feature folder User).
I saw that in this project you are using plural for feature folders, but also I see that in your other project (https://github.com/jbogard/ContosoUniversityCore) you are using singular.
Did you have similar problems or you start using plural for some other reasons?
And what is better in your opinion?
Thank you