answersLogoWhite

0

Coding manuals, also known as programming standards manuals, are used to define the standards associated with programming in a particular environment.

A coding manual will provide standards for:

* Variable Naming

* Subroutine/Function Naming

* Comments

* Nesting (e.g., how to reflect loops, if statements, etc.)

* Structure (e.g., where global variables are defined, etc.)

* Code Reviews

and other standards that might be specific to a particular programming environment.

User Avatar

Wiki User

15y ago

What else can I help you with?