Development
It is now time to start writing your code. You will be provided of examples to get you started.
You are welcome to use and editing the examples - there are no disadvantages in doing so. It depends on what you are wanting to do.
This is the process you are recommended to follow:
Commit to GitHub
Make sure to make regular commits to GitHub!
Check out the 'Testing and Debugging' section for what you may write in your commits.
Code Comments
Remember to add comments to your code as you go - it is part of the assessment criteria!
Also consider using Doc Strings to document your functions in more detail (they can be multi-line which is handy!).
For more information, click this link to Comments vs DocStrings.
Computational Thinking
In the above, we are engaging in both decomposition and abstraction.
Last updated