Which one is easier to develop and work with (which saves the most time)? Which one would you go for? The name of the API represents its true purpose in this case by the way, createOrUpdate creates or updates the passed in meeting and create just creates the meeting. I will be the only one working on this project for now, although obviously, I would like others to work on it with me eventually.

  •  psudo   ( @psudo@beehaw.org ) 
    link
    fedilink
    English
    11 year ago

    I’ll echo everyone else so far and recommend a single purpose function for both. That said, if you do decide to go with a combined function I like to borrow the DB term and call it upsertMeeting().