Do not violate DRY.
Follow 4 rules of simple design:
- Passes the tests
- Reveals intention
- No duplication
- Fewest elements
Please follow Boy Scout Rule.
Please add documentation in readme explaining what it does and code example.
- Create issue or address an existing
- Fork it!
- Create your feature branch (git checkout -b my-new-feature)
- Write tests and passes the linting set
- Run the
npm test
before committing - Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
- Reference the issue you're solving