Seed Coding Conventions
v.0.3
Naming and Capitalization
Always use UpperCamelCase for the names of classes.
Always use underscore_case for the names of variables and functions.