atrolov / codestyle

Yandex Style Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General

Rick Waldron:

"All code in any code-base should look like a single person typed it, no matter how many people contributed."

Idan Gazit:

"If thousands of people are using your code, then write your code for maximum clarity."

Unix:

"Keep it Simple, Stupid."

These are the fundamental principals we follow when we design and develop software.

  • Consistent code is easy to read.
  • Simple code is easy to maintain.
  • In simple expressions it's harder to make mistakes.

Style guides

About

Yandex Style Guide

License:Other