1
createOrUpdateMeeting() vs createMeeting(). Which one do you choose and why?
(self.experienced_devs)
A community for discussion amongst professional software developers.
Posts should be relevant to those well into their careers.
For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:
I would have 2 functions: createMeeting and updateMeeting
No point having one function do two different things, especially if one of them isn't even hinted at by the function name