Risk of a using directive

It’s surely handy to have cleaner code with less repetition of the same namespace here and there, but apart from this reason I would avoid the using directive if not for very simple programs that make little use of libraries.

Privacy & Terms