资源算法naming-convention

naming-convention

2020-02-21 | |  30 |   0 |   0

Templates for Naming Convention

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

Useful links for name conventions

Relation Database Documentation

Different Languages Style Guides

R Language

License

MIT


上一篇:tuya-convert

下一篇:conventionalcommits.org

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...