Pattern: Use of namespace using-directive
Issue: -
With few exceptions, place code in a namespace. Namespaces should have unique names based on the project name, and possibly its path. Do not use using-directives (e.g. using namespace foo
). Do not use inline namespaces.