Additionally, use structs. They might be scary at first but they are great for:
- web property’s
- passing into methods
- returning from functions

They are also much quicker to clear (one line rather than one per variable/property and you can’t forget to
Clear/set a new one)