Misha Koshelev wrote:
So is the general recommendation for wine that we not use Hungarian notation then?
Misha
IMHO, a prefix is of little value if it merely echos the declared type of the variable it represents, especially in a small-scope situation. To be of value, a prefix needs to convey other information, such as implying the purpose of the variable, or acting as a grouping element for a set of related variables.
-- Andy.