Naming Convention Save

Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell

Project README

Templates for Naming Convention

licence badge stars badge forks badge issues badge contributors_badge

There are only two hard things in Computer Science: cache invalidation and naming things -- Phil Karlton

Naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation.

Reasons for using a naming convention (as opposed to allowing programmers to choose any character sequence) include the following:

  • To reduce the effort needed to read and understand source code;
  • To enable code reviews to focus on more important issues than arguing over syntax and naming standards.
  • To enable code quality review tools to focus their reporting mainly on significant issues other than syntax and style preferences.

Templates in Markdown Format

Relation Database Documentation

R Language

License

MIT

Open Source Agenda is not affiliated with "Naming Convention" Project. README Source: ktaranov/naming-convention
Stars
1,789
Open Issues
0
Last Commit
4 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating