You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IsaacShelton edited this page Mar 21, 2022
·
1 revision
POD
The POD keyword is used to mark things as "plain-old-data". Generally, when a construct is marked as POD, they will be immune to certain management procedures that would normally take effect. Depending on the context in which POD is used, different management procedures are affected.
There are three main contexts in which POD is used