what is the best way to declare variable names…. in uppercase …? .. lowercase? in which area must be declared in any case … and what name is appropriate depending on the roll of the standard variable … there are some variables to declare?…sorry for the question..I’m new to the world of programming … I hope not bother …. =)
Share
Well here are some links for the coding standards for various languages..
This has standards for variable naming and a lot more.
C# coding standards
C++ coding standards
Java coding standards
And here is generic coding standards article that explains the reasoning behind the coding standards.