verbs - Word meaning both create and update?
I'd like to know if someone has a better word than authored or produced, for both creating and updating something.
Context: I'm a software developer and I'm trying to think of a clever way to name the function that will initially create an object, and if it's already created, update it.
Answer
"Save" seems perfect for this. As a developer I'd read "SaveRecord" as either inserting or updating the record depending on its preexistence.
Comments
Post a Comment