Challenge with using namespace

Although it can save some typing, “using namespace” might not be as clear as explicitly stating which namespace you want to use for each function call. It is often better to write longer, clear code than shorter, less clear code.

Privacy & Terms