naming_conventions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
naming_conventions [2024/02/14 14:56] – sahl | naming_conventions [2024/02/29 12:56] (current) – [Functions] sahl | ||
---|---|---|---|
Line 37: | Line 37: | ||
^remove...|Removes something from the object or the object from something.| | ^remove...|Removes something from the object or the object from something.| | ||
^replace...|Replaces something with something else.| | ^replace...|Replaces something with something else.| | ||
+ | ^retrieve...|Retrieve some information from somewhere else. The opposite of store.| | ||
^parse...|Input some data which is transformed to something else.| | ^parse...|Input some data which is transformed to something else.| | ||
^prepare...|Prepare some data to later usage.| | ^prepare...|Prepare some data to later usage.| | ||
Line 43: | Line 44: | ||
^save...|Save data from the object.| | ^save...|Save data from the object.| | ||
^set...|Set information in the object.| | ^set...|Set information in the object.| | ||
+ | ^store...|Store some information somewhere else (ie not in the object). The opposite of retrieve.| | ||
^validate...|Ensures that something is correct.| | ^validate...|Ensures that something is correct.| | ||
naming_conventions.txt · Last modified: 2024/02/29 12:56 by sahl