It doesn’t appear this was submitted by the author but if she sees this, may I suggest an edit?<p>When referring to a property or variable that does not change over time, consider the word “constant” instead of “static”. Swift has the idea of a “static property” that means a property associated with the type instead of an instance (as do many other languages).