We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be the following generic functions:
Which are used rather then the current state of having a lot of functions that are similar but don't share any code.
A lot of functions in the MongoConnection class are just copy paste with very small alterations.
It should be noted that not all can be generalized as some functions as a unique use case so functions should be generalized on a case by case basis.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected/Wanted Behavior
There should be the following generic functions:
Which are used rather then the current state of having a lot of functions that are similar but don't share any code.
Actual Behavior
A lot of functions in the MongoConnection class are just copy paste with very small alterations.
Specifications
It should be noted that not all can be generalized as some functions as a unique use case so functions should be generalized on a case by case basis.
The text was updated successfully, but these errors were encountered: