Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More separation needed between CRUD methods and methods that *call* CRUD methods #160

Open
alelom opened this issue Nov 11, 2019 · 0 comments
Assignees
Labels
type:compliance Non-conforming to code guidelines

Comments

@alelom
Copy link
Member

alelom commented Nov 11, 2019

Much needed for clarity, ease of use and implementation.

For example:

  • CRUD() (formerly Replace()) is not a CRUD method per se
  • Same for UpdateOnly()
  • Same for a potential new CreateOnly()

Proposed solution:
new folder called CRUDCallers where to store those methods.

@alelom alelom added the type:compliance Non-conforming to code guidelines label Nov 11, 2019
@alelom alelom self-assigned this Nov 11, 2019
@alelom 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:compliance Non-conforming to code guidelines
Projects
None yet
Development

No branches or pull requests

1 participant