Conventions
Algorithms can be designed using pseudocode (i.e., a simplified programming language, made up of of everyday language and programming conventions). Pseudocode can copied and pasted as comments into later programmed code. |
Naming conventions:
Names should be meaningful, e.g., |
Layout conventions:
|