Click here to Skip to main content
15,914,163 members

Comments by CBennigton (Top 37 by date)

CBennigton 7-Oct-21 0:13am View    
Any thoughts Steve?
CBennigton 6-Oct-21 16:46pm View    
For sure but after looking into "Namespaces | 2,000 Things You Should Know About" it gave the following statement ---> The highest two levels of namespaces should follow the pattern CompanyName.ProductName or CompanyName.TechnologyName. E.g. Acme.SearchEngine.Logging or Acme.Rendering.3DTools

Is that saying that my project should be called "CompanyName" (thus, the top level namespace being called CompanyName) while the nested namespace should be called (in this case) "ProductName" (e.g. CompanyName.ProductName) or "TechnologyName" (CompanyName.TechnologyName)?

Of course CompanyName, ProductName and TechnologyName are placeholders for a real company name, product name or technology name.

Hope to hear from you soon thanks.
CBennigton 6-Oct-21 14:13pm View    
Deleted
For sure.
CBennigton 6-Oct-21 3:02am View    
Are you saying "it's good practice" for the name of the first namespace, within a project, "to have" the same name as the project in which it is found in?

Or that "it's good practice" for the name of the first namespace, within a project, "to NOT have" the same name as the project in which it is found in?

Sorry, seeing as how I included two questions in my post I wanted to know which one you were agreeing with.
CBennigton 6-Oct-21 3:01am View    
The first link was alright but the second link was much more explicit with answering my question. thanks.