Write some application with messy code and file structures. This messy app
is:
- Inconsistent in naming convention
- Baking business logic into one big function
- Using quite a number of Imperative Programming styles
- ...
handle:
- Side effects (hitting API, sending email after registering, etc)