Summary
Every programming language has a set of standards prescribing how variable names, function names, class names, and so forth should be structured. For variable names, COBOL uses hyphens (-) and Pascal uses PascalCase. Some languages use camelCase and some use snake_case.