https://github.com/skyzyx/js-coding-standards
This is an attempt to document my personal coding style, patterns, and rationale.
https://github.com/skyzyx/js-coding-standards
Last synced: 5 months ago
JSON representation
This is an attempt to document my personal coding style, patterns, and rationale.
- Host: GitHub
- URL: https://github.com/skyzyx/js-coding-standards
- Owner: skyzyx
- License: other
- Created: 2014-08-13T03:44:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T03:14:46.000Z (over 11 years ago)
- Last Synced: 2025-04-01T18:15:21.851Z (about 1 year ago)
- Homepage:
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC0
Awesome Lists containing this project
README
# Parman JavaScript Coding Standards
DRAFT: This is currently an in-progress draft document.
This guide is an attempt to precisely and thoroughly document all of the idiosyncrasies around how I write JavaScript code, focusing primarily on style, and a little on structure.
## Disclaimer
This is an attempt to document my personal coding style, patterns, and rationale. This is NOT an attempt to tell anybody else how to write code. There is a 100% chance that someone will disagree with me, and that's perfectly OK. This is for me.
If you want to fork this and make edits for yourself or your team, please go right ahead.
## Sections
If you want to skip reading the guidelines, and begin applying them immediately, see [LINTING.md](LINTING.md) (or just grab [.jshintrc](.jshintrc)).
* [GRAMMAR.md](GRAMMAR.md)
* [PERFORMANCE.md](PERFORMANCE.md)
## License
My intention is to release all rights to this documentation and make it available under the Public Domain. Unfortunately, in the U.S. it's not quite that cut-and-dry. So, I am dual-licensing this work under [CC0](LICENSE-CC0) and the [Unlicense](LICENSE-UNLICENSE). You can choose whichever license you would prefer to adhere to.
To the extent possible under law,
Ryan Parman
has waived all copyright and related or neighboring rights to
"Parman JavaScript Coding Standards".
This work is published from:
United States.