You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alelom
changed the title
More clarity needed between CRUD methods and methods that *call* CRUD methods
More separation needed between CRUD methods and methods that *call* CRUD methods
Nov 11, 2019
Much needed for clarity, ease of use and implementation.
For example:
CRUD()
(formerlyReplace()
) is not a CRUD method per seUpdateOnly()
CreateOnly()
Proposed solution:
new folder called CRUDCallers where to store those methods.
The text was updated successfully, but these errors were encountered: