Naming things

Naming things#

Learning Objectives#

After working through this topic, you should be able to:

  • Appreciate the importance of finding good names for variables and functions

  • Discuss the scope rules for variable and function names

  • Avoid abbreviated or mistyped function names and other common bad practices

Materials#

Video:

Download the slides.

A nice blog post on naming functions (not in Python).

Quiz#