You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

Recommendations

DCL00-A. Declare immutable values using const

DCL01-A. Do not reuse variable names in sub-scopes

DCL02-A. Use visually distinct identifiers

DCL04-A. Declare no more than one variable per line

DCL03-A. Place const as the rightmost declaration specifier

Rules

DCL30-C. Do not reference uninitialized variables

DCL31-C. Reserved

DCL32-C. Guarantee identifiers are unique

  • No labels