I've started using a code browser that has all the classes etc in a tree view by namespace for the entire code base (no it's not Visual Studio which doesn't do this as far as I can tell).
Because the code base contains a lot of standalone test programs there are vast numbers of global symbols cluttering up the display. What would people think about putting all test and example code into their own namespace? It would certainly declutter my browser display, would it be worthwhile to do it? Obviously you'd still end up with lots of global mains as they can't be in a namespace afaik, but that would be all in the global namespace. Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
