Best naming convention for programmers
Best naming convention for programmers
So what’s the trend on naming conventions for variables, functions, methods, databases, etc? There are many types of conventions for different type of uses Lower case: name=”firstname” Capitalized: name = “FirstName” CamelCase: name = “firstName” UnderScores: name = “first_name” Why naming convention is important? One quickly learns that is good to standardise developing procedures. If you…
View On WordPress











