Clarify remove vs. delete (#21297)

Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Matthias de Baat 2024-07-05 09:00:19 +02:00 committed by GitHub
parent 7f50504908
commit f995f19f06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,16 @@ title: When to use remove, delete, add and create
subtitle: The difference between remove/delete and add/create. subtitle: The difference between remove/delete and add/create.
--- ---
# Remove vs Delete # Removing or deleting content
Remove and Delete are quite similar, but can be frustrating if used inconsistently. _Remove_ and _Delete_ are quite similar, but can be frustrating if used inconsistently.
- Remove refers to an action that can be restored or reapplied.
- Delete refers to a permanent, non-recoverable action.
## Remove ## Remove
Take away and set aside, but kept in existence. The term _Remove_ should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied.
For example: For example:
@ -22,7 +25,7 @@ For example:
## Delete ## Delete
Erase, rendered nonexistent or nonrecoverable. The term _Delete_ should always be used to refer to any action that will cause the permanent deletion of an item/setting or content.
For example: For example: