This lesson is still being designed and assembled (Pre-Alpha version)

Analysing Patient Data

Overview

Teaching: 15 min
Exercises: 0 min
Questions
  • How do I make a function?

  • How can I test my functions?

  • How should I document my code?

Objectives
  • create functions to reuse code

  • learn best practices for documentation

FIXME

Key Points

  • functions allow us to reuse code and make it more readable

  • documenting functions using best practices helps us and others in the future