project-guidelines
project-guidelines copied to clipboard
A set of best practices for JavaScript projects
Github -> GitHub github -> GitHub
Hello, I would like to include some other editors such as Eclipse in the workspace exclude for the .gitignore. Happy to PR if you feel appropriate
Lots of trailing spaces. I have Sublime configured to remove those on save. It created a huge diff. I think they should be removed and there should be a linter...
Need to create a CI type checker before merge. Caught a markup bug in #107.
Instead of: https://github.com/wearehive/project-guidelines/blob/4baf60bab3fc3d4616712b04f3dab48a3774d20c/config.sample.js#L1-L9 Maybe its an idea to use [dotenv-safe](https://www.npmjs.com/package/dotenv-safe), with that you can define the needed env variables in the `.env.example` (the optional ones can be prefixed with `#...
In 1.2, we can read the following: > You can use --autosquash to squash all your commits to a single commit. **Nobody wants** many commits for a single feature in...
Hello, Recently we discussed in the Topcoder Community, and people have different opinions regarding errors messages. From your best practices: > Response messages must be self-descriptive. A good error message...
As the screenshot I have added point out, the whole of the content uses a declarative and instructive verbiage while explaining concepts whereas a few of the headings in the...