您的代码中是否有其他用户而非编译器的个人视觉线索?

jus*_*joe 0 php coding-style

我在变量名中使用了某个后缀,下划线和属性的组合.如 :

$variable_html = variable that will be parse in html code.

$variable_str = string variable

$variable_int = integer variable

$variable_flo = float variable.
Run Code Online (Sandbox Code Playgroud)

你有其他视觉线索吗?也许你为变量,函数名,类结构或其他东西写的东西可以帮助别人阅读而不仅仅是编译器?

Sco*_*ord 5

你在描述匈牙利表示法:人们在现实世界中使用匈牙利命名约定吗?

Stack Overflow上有很多关于人们对这个主题的感受的讨论.