Robust Programming
Learning Objectives
To create code in a readable format, allowing for other users to be able to understand your code
What makes your code readable?
Comments describing what your code is meant to do
Indentations to give readability
Spacing between functions