Revisions
From BlackCompanyCoding
18/07/2006
- Revised CodingStandards:General Rules to note the change in file naming convention (no longer uses prefixes on file-names to denote group, rather prefer re-organisation into directory structures to denote grouping).
- Revised CodingStandards:Namespaces to cover nested namespaces and corresponding rules for folder grouping and #includes
- Added section to CodingStandards:Classes to insist on private copy constructors/assignment operators for resource managing/owning classes
- Removed prohibition of exceptions
- Clarified section on multiple inheritance.
16/07/2006
- Revised CodingStandards:Naming_Conventions to relax the rules on pointer and array variable prefixes (for simple variables, the rule hinders refactoring of storage type). Rule is still in force for multiple levels of indirection (i.e. Object** ppObject)

