Types of Data
A typical application has the following three types of data.
- Constants — information that doesn't change during the course of application runtime.
- State — information that naturally changes during the course of application runtime.
- Cached Values — information that is derived directly from Constants and/or State.