Suggestion: What about replacing Document.Mongo.attribute
with Document.__attribute__
#27
Labels
code quality
Non functional code improvements
Milestone
First of all, congrats for beginning this project! 👍
Here is a suggestion of change that I believe can improve clarity, simplicity and code suggestion (for some IDEs). Plus, it keeps the document class flat and it gets rid of an inner class.
Instead of
have
I know it's not a big deal and anyone could live with any approach, but it's just an idea I thought is worth mentioning.
What do you think, @codello ?
The text was updated successfully, but these errors were encountered: