peeks and Greets
peeks and Greets
--~<0>~-- {type}DEV --~<0>~--
--~<0>~-- {type}DEV --~<0>~--
Indeed. It's based on standards in programming. Microsoft recommends PascalCase for public properties, functions, classes and interfaces, with camelCase for variables and function parameters when using C#. JavaScript (or ECMAScript to the elite) and Java (which are not related in the least) are always camelCase for properties, functions, parameters or variables. Only classes and interfaces get declared using PascalCase.
--~<0>~-- {type}DEV --~<0>~--