### Class or mixin?
When deciding whether to write a class or mixin, ask yourself if what you're
- writing will need an initialze function. If you do, you should be writing a class.
+ writing will need an initialize function. If you do, you should be writing a class.