Skip to main content

All Questions

Filter by
Sorted by
Tagged with
8 votes
4 answers
4k views

When to import names into the global namespace? (using x::y, from x import y etc.)

I've been programming in various languages for about 10 years now. And I still haven't figured out when it is a good idea to import something into the global namespace (using x::y in C++, from x ...
futlib's user avatar
  • 2,205