https://github.com/halosghost/styleguides
A set of styleguides for coding
https://github.com/halosghost/styleguides
Last synced: 6 months ago
JSON representation
A set of styleguides for coding
- Host: GitHub
- URL: https://github.com/halosghost/styleguides
- Owner: HalosGhost
- Created: 2014-01-17T02:44:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T22:23:21.000Z (almost 12 years ago)
- Last Synced: 2025-02-01T18:43:12.102Z (over 1 year ago)
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Code Style
==========
Each programming language develops style conventions; and, of course, different people have different opinions on style.
Though opinions differ on what is "right", there really *is* no one correct way of doing things.
However, there is one relatively agreed-upon point:
Whatever style should you choose, you should use it consistently.
Thus, in an effort to define standards for code submission (and just to keep me consistent in my coding style), this repo will contain a set of styleguides for each language I learn.