I’m open to changing our style.

The compiler many of us used in the past, gcc, had problems generating correct 
debug information for code in anonymous namespaces. Given that most uses didn’t 
accomplish anything more than putting static in front of functions did, we 
decided to stick with that. But that old gcc problem is not an active problem 
for most WebKit developers, since we’re almost all using either clang or Visual 
C++.

As far as classes are concerned, I am not sure what kinds of difficulties qw 
might have debugging if there was no simple way to type a class’s name 
unambiguously. I’m sure that at least some things that are easier if each class 
has a unique name.

    -- Darin

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to