On 11/9/12 11:53 AM, Ehsan Akhgari wrote:
using namespace mozilla;
using namespace mozilla::dom;

The style guidelines recommend against using nested namespaces, so doing
what you suggest would make them self-inconsistent.

But we have some nested namespaces today, so `using` them like Kyle suggests lets people write code as if the nested namespace did not exist. That should make "unnesting" the namespaces easier in the future. :)


chris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to