News

1. Naming and declaration rules for variables and functions. 1. Rules for the use of white space, indentation, and comments. 4. Do not use under_scores in variable, constants, function arguments or ...
But as object-oriented derivations of JavaScript, such as TypeScript, AngularJS and Node.JS, gained popularity, camel case has become the standard. Variable naming conventions, such as snake case or ...
function names and function argument names; Do use PascalCasing for global variables; Do use UPPERCASE for constants (like PI); Do not use under_scores in variable, constants, function arguments or ...