Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is it OK to name web area 'System'?
Message
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:
01650426
Vues:
18
>>>What using directives did you have ?
>>
>>We had
>>
>>using System.Web.Mvc;
>>using SysManager.Web.Models;
>
>It would have worked with:
using System;
>//.....
>public DateTime SomeDate {get;set;}
but fighting needless battles by having a System namespace.....

I do not know Viv... IMO the battle is lost as soon as you started using using (no echo intended), nothing to do with the name or you should be worried about any names as you do not know what other namespace will be added in the future that will collide with your's. I personally use FQN and I cannot tell you how many times I see samples that I cannot make them work because the sampler does not say which namespace they need and I need to start guessing (bah googling some more)
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform