User Experience Asked by dendini on October 31, 2021
I am working in a human resources management application and I have to often work with the creation/deletion/updating of people from the web interface.
I’d like to know whether Update, Change and Modify have slightly different meaning and what is perceived as best for describing the operation of changing an already present resource in the database.
I have the same doubt for Add and Create, I actually preferred Add because it is shorter and more immediate however I changed to Create because Add might infer something is already present and needs only to be added (for instance in a group), with Create it is clear we are talking about an inexistent entity which is created for the first time and added to database.
As for Delete and Remove I use this rule:
My recommendation:
Answered by Solomon Ucko on October 31, 2021
What's best calling these things depends on:
With relation to databases (and data-driven APIs) there's the famous CRUD operations, which stand for Create/Read/Update/Destroy (and respectively Post/Get/Put/Delete).
In many programming languages you may first create a record, then add it to a container, then remove it from the container, then destroy or delete it.
Also, in programming, change often denotes something that is yet to be persisted (saved to the database or file), while update denotes persisting the change. Modify is not common, but you do get modified records as a flag for a non-persisted state (aka, dirty records).
You can argue that people will agree on these definitions:
You create something from scratch. Like create a new report.
Once in existence, you add something to a container. Like adding a person to the managers group.
By modifying something you change its properties. Like modifying a design.
By updating something you change the data, but not the design. Like updating someone's phone number.
By changing something you replace one existing thing with another. Like changing your profile photo.
By removing something you take it out of a container. Like removing something from the fridge - the thing still exist.
By destroying something you do the opposite from creating - gone forever. Like destroying a toy.
By deleting something you wipe it off, so it is no longer retrievable. This is said with the obvious exception that nowadays people are accustomed to the 'undelete' feature. So somewhat of an ambiguity here, but it is a standard in interfaces to use the term for permanent delation.
Answered by Izhaki on October 31, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP