Fork me on GitHub

Modular type along: Thoughts after the exercise

Overview

Teaching: 5 min
Exercises: 15 min
Questions
  • What is a good workflow?
Objectives
  • Understand the point of following established practices in code development

Questions to answer after the exercise

Discussion: Best practice for modular coding

Do we still agree on the initial points we wrote in the HackMD?

Further improvements

  • Are there some obvious features we have not (yet) done in the file improvement.py ? (Hint: what about tests?)
  • If you were the supervisor: how would you suggest the student to perform the incremental imporvements? (Hint: this is a sneak-peak of the subject of tomorrow which is code reviews).

Key Points