tags: #publish links: [[Software and Tech]] created: 2021-07-29 Thu --- # Hungarian notation http://en.wikipedia.org/wiki/Hungarian_notation In programming source code, the convention of prefixing variable or function names with the type, or other context information. For example: ``` lpszInputString ``` Why is this bad? -> [[What's the problem with Hungarian notation]]