Skip to content
New issue

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

Remove use of macros #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

wichtounet
Copy link

This pull request removes the only two macros used in this project. This has the advantages of:

  1. Not using macros anymore
  2. Not forcing the user to use "using namespace Mongoose" which is a very bad code smell in my opinion

Since this break the compatibility, if you don't want it, could you at least qualify all the names used inside the macro with Mongoose:: ? So that the user is not forced to use complete namespaces...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant