Styles and standards¶
This would be a 'bonus' section that might add value to the submission.
You have been acting as a sole developer. Increasingly, the development tasks are split between different people and/or teams of developers.
When the work needs to be understood by everyone, and when different parts have to be joined together using a bottom-up approach, it's important that everyone's work is consistent and predictable.
As the designer, you might have been instructed by the client to adhere to a colour scheme, use particular fonts, or have a particular layout format. You would have to make sure that all the development team are aware of these constraints.
You may be in a position where you have to specify a particular set of rules for coding, such as the style to be used for naming variables.
In this section you should write briefly about the importance of specifying these in advance, and the value that will result from that.