SA-MP Forums Archive
[Tutorial] Hungarian Notation in Variable Names - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Hungarian Notation in Variable Names (/showthread.php?tid=400709)



Hungarian Notation in Variable Names - SchurmanCQC - 19.12.2012

I see people often using variable prefixes like "sz" (most common) incorrectly in variable names. Here's a quick lesson I found in the interwebs.

http://www2.imm.dtu.dk/~alan/hungarian.html

This is useful because it is a good and effecient way to classify and organize your variables!