Synopsis: | Name namespaces according to a well-defined pattern |
Language: | C# |
Severity Level: | 8 |
Category: | Naming |
Description: |
Namespaces should be written in Pascal casing and should start with the following pattern: <company>.<businessunit>.<technology>.<top-level component> An example is Philips.MR.Cardio.IMM.Common.Logging |