On 14 April 2012 11:02, Chiheng Xu wrote: > > If debugger fully support namespace, that will be nice. I just say, > in case debugger have trouble with namespace, you can avoid it.
So it's completely unfounded speculation then. > But personally, when I write C++ code, I never use namespace. I > always prefix my class name(and corresponding source file names) with > proper module name, and put the all source files of a module in its > dedicated sub-directory . This make class name globally unique > throughout the project, and facilitate further re-factoring(searching > and replacing). Find'n'replace is not refactoring.