项目作者: brianwernick

项目描述 :
A collection of guides for standardizing code styles
高级语言:
项目地址: git://github.com/brianwernick/StyleGuides.git
创建时间: 2016-10-15T20:53:49Z
项目社区:https://github.com/brianwernick/StyleGuides

开源协议:The Unlicense

下载


Project Style Guides

A collection of style guides for standardizing code formatting, naming, organization,
and other general styles across projects. These are not intended to be absolute however
if a particular project doesn’t follow the defined styles it should have a section in
the README.md that lists the changes and why.

Adding Languages or Platforms

Each new style guide should be located underneath a folder indicating the platform and language
(e.g. android/kotlin/ or android/java). If there are style guides that are shared across
platforms (e.g. android/java and backend/java) the secondary platform should link to the primary
in the main style README.