Please enable JavaScript.
Coggle requires JavaScript to display documents.
2.3 Robust Programming - Coggle Diagram
2.3 Robust Programming
-
-
-
Maintainability
-
Comment Code
Allows a developer to explain what portions of their code is doing or to remind them what needs to be completed
Indentation
To show where parts of a program relate to a certain subroutine, selection statement or iteration. The code that is indented will only happen if that condition is met.
-
Naming Conventions
Naming variables and subroutines should be done in a way that explain their purpose. e.g a variable asking about someone's name might be called name.