The coding style

I think "Coding Style" should contained the follow parties.

  1. Format Style

The format of codes, just like rules for:

  • Indenting
  • Spacing
  • Alignments
  • Newlines
  • Positioning
  • Line Splitting
  • Blank lines
  • etc
  1. Naming Convention
All those names just as function name, class name, variant name, if they are matched to camel case or …
more ...

The beginning of a coding styler

We are wasting so much time on improving source code quality, doing things like force people to obey a strict paper with hundreds coding rules. We have to yell at programmer whom offend the rules and kick their ass to follow each rule, but they will forget more and more …

more ...