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

Don't use namespaces #4

Open
pranitbauva1997 opened this issue Mar 9, 2017 · 0 comments
Open

Don't use namespaces #4

pranitbauva1997 opened this issue Mar 9, 2017 · 0 comments

Comments

@pranitbauva1997
Copy link
Contributor

When we are dealing with various outside libraries, we should always avoid using using namespace ....

It is not important right now, but when we would be using gRPC or something other, they might have few functions clashing.

PS: there are two implementations of pthread, one by Google and the other is the standard one. Since we are not using threads right now, it is okay. But we do plan to use them in future so fix this.

Vishal0703 added a commit to Vishal0703/message-protobuf that referenced this issue Mar 16, 2017
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

No branches or pull requests

1 participant