-
Notifications
You must be signed in to change notification settings - Fork 3
[ CodeStyle ] Add base code style guidelines #19
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
Conversation
docs/component-api.md
Outdated
|
||
### Events | ||
|
||
TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there are likely others in this group who have thought through the event and method naming conventions more than I have, and would welcome their input on what should be in a guidelines document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for writing this up! I'm leaving a couple of comments for discussion, therefore I'm submitting this just as comments and not a change request because I don't think any of it would be blocking.
Co-authored-by: Philipp Gfeller <1659006+gfellerph@users.noreply.github.com>
@jamesnw Let's get this file merged in, and then we can add PRs for some of the specifics. |
This is a draft of the code style guidelines. It is intentionally a skeleton, with individual decisions happening as subsequent PRs.
For instance, #21 builds off of this to define a namespace, and all conversation related to that will happen in that PR.
In our call, we decided that as we build this out, these pull requests will be open for a week, with the hope that is enough time for people to review and discuss. They can also be action items in the weekly meeting.
It draws heavily from @bradfrost's document at https://vanilla-full.netlify.app/?path=/docs/documentation-guidelines--docs. Also, thanks to @gfellerph for feedback on an earlier draft.
Addresses #13