-
Notifications
You must be signed in to change notification settings - Fork 104
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
Explain the rationale for msgpack::object as the API type #86
Labels
Comments
As far as I'm concerned, these were the main points:
|
@jpetso Thanks a lot for this thorough summary! I think this is a list of very good reasons;) Given that, I feel it was the right decision, and eventually, above should go into the library documentation so users can follow the arguments and decisions we made regarding API (or disagree .. but then only after considering all aspects we had in mind). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initially, we used
boost::any
as the API type. We have switched tomsgpack::object
for good reasons. Since this is a critical API design aspect, it would make sense to explain "the good reasons".The text was updated successfully, but these errors were encountered: