Skip to content
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

Meta: update contribution guidelines #1301

Merged
merged 2 commits into from
Jan 9, 2024
Merged

Meta: update contribution guidelines #1301

merged 2 commits into from
Jan 9, 2024

Conversation

domenic
Copy link
Member

@domenic domenic commented Jan 9, 2024

These have not kept up with changes to the spec's editorial conventions and build tooling.

These have not kept up with changes to the spec's editorial conventions and build tooling.
Copy link
Collaborator

@ricea ricea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm with nit

CONTRIBUTING.md Outdated

- To factor out shared logic used by multiple public APIs, or by multiple other abstract operations. _Example: ReadableByteStreamControllerEnqueueChunkToQueue_.
- To factor out operations that should be called by other specifications. Other specifications do not require checking of arguments, argument parsing, and other invariants; we assume they use abstract operations appropriately, and so we don't need to enforce correctness by throwing an error if not. Thus we often let the public API enforce invariants before calling to an abstract operation that assumes they hold already. _Example: ReadableStreamDefaultControllerClose_.
Use abstract operations in the following scenarios to factor out shared logic used by multiple public APIs, or by multiple other abstract operations.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe remove the words "in the following scenarios"?

@domenic domenic merged commit 8d62dd2 into main Jan 9, 2024
3 checks passed
@domenic domenic deleted the contributing-update branch January 9, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants