Hungarian notation

Naming convention in which a variable’s name begins with one or more lowercase letters indicating its data type. For example, the variable name sCommandLine indicates that the data type of the variable is STRING.