More separation needed between CRUD methods and methods that *call* CRUD methods
Open
type:compliance
- Dominant language
- C#
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.