What should Record classes return? Dictionaries or themselves? #22
magnusviri
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
Uh oh!
There was an error while loading. Please reload this page.
-
Ok, I know what I keep finding odd about the Record class. Should it be returning a dictionary, or should it hold a reference to the dictionary? So instead of this:
I think it needs to be like this.
Beta Was this translation helpful? Give feedback.
All reactions