mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-05-30 15:42:25 +00:00
📝 Refine API doc notes and guidance
This commit is contained in:
@@ -77,12 +77,7 @@ e.g.:
|
||||
|
||||
### Notes
|
||||
|
||||
Notes are here.
|
||||
|
||||
1. Use this API for selection logic, not record mutation.
|
||||
|
||||
2. Prefer helper predicates for readability and reuse.
|
||||
|
||||
3. Filtering occurs before sink write, so it is cheaper than post-processing output.
|
||||
|
||||
4. If you need record modification too, combine this API with `with_patch(...)`.
|
||||
|
||||
Reference in New Issue
Block a user