meaning - Difference between "delete" and "remove"
I am writing a mobile application that will, as a part of its functionality, display a list of recorded thoughts. Now I am deciding the textual content of the menus and that left me thinking whether there is a logical difference between words remove and delete. Which one is more appropriate when speaking about taking an item off the list? I guess remove is, but why?
Answer
Delete and remove are defined quite similarly, but the main difference between them is that delete means erase (i.e. rendered nonexistent or nonrecoverable), while remove connotes take away and set aside (but kept in existence).
In your example, if the item is existent after the removal, just say remove, but if it ceases to exist, say delete.
As a side note: delete is sometimes used of computer files to mean move to trash/recycle bin (hence it is still recoverable), but that's not a standard meaning outside of that context.
Comments
Post a Comment