Synopsis: | Do not mix code from different providers in one file |
Language: | C# |
Severity Level: | 6 |
Category: | General |
Description: |
In general, third party code will not comply with this coding standard, so do not put such code in the same file as code written by Philips.
Also, avoid mixing code from different Philips departments in one file, e.g., do not mix MR code with PII code. This coding standard does not specify layout rules, so code from both providers may look different. |