Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 628 Bytes

reference.md

File metadata and controls

14 lines (12 loc) · 628 Bytes
layout permalink
reference
/reference/

Glossary

  • Automation - Making the program do tasks.
  • Function - A bit of code that completes a task.
  • Modularity - Breaking down the analysis into smaller parts.
  • Unit testing - small functions that test your code and help you make sure everything is alright.