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#

Here is screencast. These are the slides.

Additional Materials#

Quiz#