naming variables ins one thing of its own ...
tho lcName might be good
- it 2 letters more to Type on each Var, even with intellisense its not getting much better.
- if you Beautify your Code you might endup with LCNAME .. which reduces readability.
( yepp you normally dont want to change the CAP for Vars .. but than you might only notice later you did)
so its first a Style which you like or not ...
- its all gets more and more important the more programmer are sitting on the same project
- on the other hand writing clean and easy to read code is good but there might be situations there this "feature" isnt exactly wanted - or paid for :-)