alexcarpenter / development-guidelines

πŸ“š A WIP collection of development guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“š Development Guidelines

"Part of being a good steward to a successful project is realizing that writing code for yourself is a Bad Ideaβ„’. If thousands of people are using your code, then write your code for maximum clarity, not your personal preference of how to get clever within the spec." - Idan Gazit

Guides

General Guidelines

  • All code in any code-base should look like a single person typed it, even when many people are contributing to it.
  • Consistency is key.
  • KISS Keep it simple stupid.

Contribute

Contributions are always welcome! Read the contribution guidelines first.

Acknowledgements

About

πŸ“š A WIP collection of development guidelines

License:MIT License