On Sat, Nov 3, 2012 at 6:59 AM, Jason Duell <jduell.mcb...@gmail.com> wrote: > I see an increasing number of patches using anonymous namespaces instead of > 'static'. This is debugger unfriendly
It also obfuscates the visibility of the identifier, because the |namespace {| is often far from the identifier. This is particularly a problem when reading patches -- you have to consult the original file to really understand what's going on. Nick _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform