aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Brody Critchlow <[email protected]>2023-01-25 08:24:44 -0700
committerGravatar GitHub <[email protected]>2023-01-25 08:24:44 -0700
commit9cb5fe99cade09a2f33f444bb005a5dcf69b68e9 (patch)
tree97d32dae39181f2d613d4b969ffcd11b86f3516c
parentMerge pull request #2341 from shtlrs/2332-permanent-role-view (diff)
Make new tag for #2360
-rw-r--r--bot/resources/tags/in-place.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/resources/tags/in-place.md b/bot/resources/tags/in-place.md
new file mode 100644
index 000000000..361dfd111
--- /dev/null
+++ b/bot/resources/tags/in-place.md
@@ -0,0 +1,5 @@
+**Out of Place** and **In Place**
+
+- An "out of place" operation is one that creates a new object, leaving the original object unchanged.
+- An "in place" operation is one that modifies the original object, without creating a new one.
+