3 Short Boring
Talks
Instead of
1 Long Boring
Talk
1st Talk






The data part of the DCI architecture is its (relatively) static data model with relations.
The Context is the environment for which data objects execute their roles.
The interaction is "what the system does."

- Linux Torvalds

You should break these rules only if you have a good reason or your pair lets you.

Monad
data Maybe t = Just t | Nothing

