Development
Last updated
Last updated
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:
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, .
In the above, we are engaging in both decomposition and abstraction.