An open API service indexing awesome lists of open source software.

https://github.com/punkave/best-practices

P'unk Ave development best practices.
https://github.com/punkave/best-practices

async javascript node sass

Last synced: 9 months ago
JSON representation

P'unk Ave development best practices.

Awesome Lists containing this project

README

          

## Contributing

* Discuss topic with group during regular developer meeting or open a GitHub issue to begin discussion
* If discussed during the meeting, someone on the team should capture notes in a GitHub issue discussion and supply a few code examples for further "offline" discussion
* The developer responsible for the topic creates a pull request to this repo with changes or additions reflecting the consensus of the group

## Guiding Principles

We use these as a lens with which to examine potential best practices:

* **Elegance** - We design and build beautifully elegant applications and websites, this beauty should extend to the codebase as well.
* **Speed** - We move quickly. We hit our milestones. We ship.
* **Pragmatism** - We are pragmatic in our solutions. We don't over-engineer things. No reinventing the wheel. No [yak shaving](https://en.wiktionary.org/wiki/yak_shaving).
* **Maintainability** - We maintain relationships with projects over years. This means we write maintainable code: well organized, well documented, well supported.
* **Innovation** - We look for opportunities to experiment with emerging technologies and techniques. We learn.

Also see the [Pragmatic Programmer Quick Reference Guide](http://www.ccs.neu.edu/home/lieber/courses/csg110/sp08/Pragmatic%20Quick%20Reference.htm) for additional rules to code by.