Functions

Last updated on 2024-07-11 | Edit this page

Overview

Questions

  • What is a function?
  • 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