From: stephan b. <st...@s1...> - 2004-12-28 14:57:09
|
On Tuesday 28 December 2004 15:07, Christian Prochnow wrote: > Don't know - i thought they mean different things .. > > common = allgemein > generic = generisch > > for me as a native german speaker it does mean two different things. Actually, that's correct, but the meanings of those words are often interchangeable in English. My only argument was that we should use the same naming conventions for the cross-platform parts of classes. zB, we currently have: CriticalSection.generic.cpp FileInfo.common.cpp SharedLib.generic.cpp i named SharedLib.generic because we already had CriticalSection.generic - the platform-neutral part of the CriticalSection code. Taking a closer look at CriticalSection, i now see why you chose to call that .generic instead of .common. i will do the same with SharedLib, since it contains the common parts of all SharedLib classes. See ya! -- ----- st...@s1... http://s11n.net "...pleasure is a grace and is not obedient to the commands of the will." -- Alan W. Watts |