In unit 3, you will learn how to better plan your software. I will demonstrate different programming styles with an example.
If you run into problems at any point, please contact us via [email protected] or open an issue on github.
The slides for this session are found here. The demonstrations are listed here and the necessary commands for the live lession are summarized here.
Please watch the video to learn about software design and programming paradigms.
Take a small example as in the video, for example the factorial of a given number, and try to implement it using two different paradigms. Can you identify advantages and disadvantages of one or the other paradigm in your specific example?
Take a piece of paper and draft a software based on the pieces of the Jupyter notebook that you wrote. Consider: programming paradigm (style), top-down or bottom-up? Do this without your team.
In the design, consider that your team will also have contributions to the program.
We will meet on Thursday, March 2nd at 10 AM - 1:00 PM for the live lesson via the previous link.
Continue working on your module(s). Collaborate through GitHub, and use branches, pull request, and request reviews from your team members before merging any branches into main.