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
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