1 min readMar 6, 2019
Great post!
One suggestion: persistence usually means something has been persisted to a disk somewhere either locally or on a server. If the machine the code is running on suddenly powers off then the data will be on disk and can be retrieved when the machine powers on again.
Contents of variables are persisted in memory but computer memory (RAM) is volatile i.e it loses all its data when powered off.