Modify Collection #83
RaymondCarlaw
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using a wrapper around collection that has the following structure.
`
class BaseCollection(Collection):
`
This has served me well in my application, and curious to see if anyone else would benefit from or could see pitfalls with introducing this code into the Collection class
Beta Was this translation helpful? Give feedback.
All reactions