Types of Data

A typical application has the following three types of data.

  1. Constants — information that doesn't change during the course of application runtime.
  2. State — information that naturally changes during the course of application runtime.
  3. Cached Values — information that is derived directly from Constants and/or State.