-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSN-10 Create DTOs #3
Conversation
As suggested, I changed the following things:
|
Next changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine, but having in mind naming conventions in C#, especially this one:
CONSIDER using plural namespace names where appropriate.
For example, use System.Collections instead of System.Collection. Brand names and acronyms are exceptions to this rule, however. For example, use System.IO instead of System.IOs.
~ from Names of Namespaces
I think it is more appropriate to use plural form since we can easily create a plural form from DTO and it will be Data Transfer Objects.
If you have any objections - let's discuss it :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK
No description provided.