Naming Convention (programming) - Metadata and Hybrid Conventions - Hungarian Notation

Hungarian Notation

Perhaps the most well-known is Hungarian notation, which encodes either the purpose ("Apps Hungarian") or the type ("Systems Hungarian") of a variable in its name. For example, the prefix "sz" for the variable szName indicates that the variable is a zero-(that is null-)terminated string.

Read more about this topic:  Naming Convention (programming), Metadata and Hybrid Conventions