Timeline for Adding to the System namespace in C#
Current License: CC BY-SA 2.5
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 18, 2014 at 9:21 | comment | added | Konrad Morawski |
The easiest solution is to reverse the company URL. For example, if your company site is fred.com, create your classes in com.fred. It's pretty common to follow this naming convention - in Java world. In .NET it's customary to use CompanyName.TechnologyName[.Feature][.Design] (as @Dal / @rmx pointed out)
|
|
| Mar 12, 2011 at 19:53 | comment | added | Statement | This is the main reason namespaces were invented, right? | |
| Mar 12, 2011 at 19:52 | comment | added | Statement | +1 for providing a clear and realistic reason to why it's a bad idea. | |
| Mar 12, 2011 at 18:16 | history | answered | SnoopDougieDoug | CC BY-SA 2.5 |