.net - What does the variable name "lsSQL" mean? -
i've noticed in recent article on tdwtf using variable name lssql
. have noticed similar variable names in legacy application working on , in other places around web, have never found out ls
prefix stands for.
what ls
mean? kind of notation that?
thanks,
tom
i expect usage of hungarian notation basic-like language (i.e. without strong typing). here expect l
denote "local variable" opposite "argument" or "global variable", , s
denote type i.e. string here.
Comments
Post a Comment