naming conventions

A set of rules for the creation of identifier names that assist in the recognition of the purpose of the identifier from its name. For example, prefixes could be used to identify: names of cursors ( c_ ), windows ( w_ ), program records ( p_ ), program arrays ( pa_ ), global variables ( g_ ), screen arrays ( sa_ ), and so on.

See also identifier, name space, scope of reference, variable.