.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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -