Now that we know about the switch statement, we can use it in the description() function.
description()
See that? Using switch self in an enumeration, we can easily handle its cases and provide a good description.
switch self
That doesn't look right, does it?