...
Make the initial portions of long identifiers unique for easier recognition. This also helps prevent errors resulting from nonunique identifiers (see DCL32-C. Guarantee that mutually visible identifiers are unique).
Risk
...
Failing to use visually distinct identifiers can result in the wrong variable being used, causing unexpected program behavior.
...