This rule is Obsolete | |
Synopsis: | Do not add MR building block prefixes to source files |
Language: | C# |
Severity Level: | 5 |
Category: | Naming |
Description: |
None of the source files from a building block will be visible outside the building block, so there is no use for building block prefixes. However, it is allowed to have some consistent naming scheme for related source files (e.g. belonging to a component or class hierarchy). |