Answer:
D. Developer coding standards
Step-by-step explanation:
A good developer or software development organization maintains a well defined and standard style of coding known as Coding Standards.
It is very important for programmers to maintain coding standards. The importance/purpose of this coding standards are;
Coding standard improves readability and maintainability of code and reduce complexity.
Coding standards also gives uniform appearance to the different codes by different engineers. it helps in the reuse of code and easy detection of error.
Futhermore, it enhances sound programming practices and increase the efficiency of programmers.
Examples of coding standards include; Standard headers for different modules for better understanding, Limited use of globals, Naming conventions for differents variables, global variables as well as constant and functions, Identation and Error return values/ exception handling conventions etc are some of the coding standards.