Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it OK to name web area 'System'?
Message
De
18/04/2017 13:13:08
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 5.0
OS:
Windows 10
Database:
MS SQL Server
Divers
Thread ID:
01650341
Message ID:
01650342
Vues:
42
This message has been marked as a message which has helped to the initial question of the thread.
>I renamed the area 'SystemPreferences' into 'System' but then I got lots of errors stemming from the fact the System and our Application.System are now getting confused. By placing using System; at the top and removing System.DateTime I can resolve these references, but I am wondering if it's OK to have our own namespace to be named 'System'?

System is highly generic and would probably cause situations like these. I would probably recommand to use custom or product oriented terminologies for your namespaces. In overall, even if you resolved the issues, another one who might jump in to support that project might be confused. At least, that's one thing I could see.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform