-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standards #6
Comments
Coding guidelines: Folder structure: Structure of the README.md JSCS/ESLint: Test suite: |
Regarding the test suite: |
+1 |
Regarding the tooling I've created a new repository: https://github.com/reduct/shared-build The folder/readme structure etc. should be handled in a separate repository. |
For later, when we've got decorators introduced properly, I think we should add a |
We should have standards across all packages on which we agree.
For example coding guidelines, folder structure, the structure and style of the README.md, a code styleguide for JSCS/ESLint or the like, and we should agree on a test suite as well(At least for the moment).
Coding guidelines:
We should work that out together in a direct discussion I think. (Maybe next week?)
Folder structure:
Use the structure from NodeProto as a starting point? Any other suggestions/Feedback on that structure?
Structure of the README.md
Same as above?
JSCS/ESLint:
What tools do we want to use? Both? I think that should be the case. We should then map out our ruleset in a direct discussion(The same as the coding guidelines).
Test suite:
Karma, Jasmine, QUnit, Jest?
We should also create a separate repository with these guidelines and embed them as a submodule/npm package(?).
@grebaldi @akoenig
The text was updated successfully, but these errors were encountered: