C
C#14mo ago
Ownix

❔ Dusplicate type names: using namespace vs changing the type names.

Lets say you have 2 models with the same name like MyApp.Customers.Orders and MyApp.Employees.Orders. Is the namespace enough or do you guys like to change the type so there is less chance of conflict? IE: MyApp.Customers.CustomerOrders, MyApp.Employee.EmployeeOrders. See pic for an example of what this would look like in VisualStudio Solution Explorer.
2 Replies
Aaron
Aaron14mo ago
just the namespace is enough no reason to repeat yourself
Accord
Accord14mo ago
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.