CAFM-Connect / Ifc.NET

Simple c# classes to read and write an File in Format IFC 4 XML
GNU General Public License v3.0
12 stars 4 forks source link

Discussion about the correct namespace #2

Closed klacol closed 8 years ago

klacol commented 8 years ago

This project is named Ifc.NET. This should illustrate, that we are on the .NET platform and IFC.

In this issue I would like to discuss the namespace of the classes.

This is the convention for namespaces: Namspace = CompanyName.TechnologyName[.Feature][.Design]

For all class names in .NET the camel case naming should be used .

Rules for akronyms

So, how should we define the namespace here?

klacol commented 8 years ago

We will use this namespace for the classes: "Ifc4" instead of "Ifc.NET" to fullfill the naming rule and avoid conflicts with other structures.