| Avoid using the keyword 'static' when declaring objects in namespaces. |
| Restrict the use of the 'extern' keyword. Do not write 'extern' where it is implicit. |
| Do not use the 'auto' or 'register' keywords. |
| Ensure each identifier is distinct. |
| Avoid ambiguous grammar between function style casts and declarations. |