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

Add names to variables in Worker interface #14

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

brandur
Copy link
Contributor

@brandur brandur commented Nov 12, 2023

This is another small one: add names to variables in functions that are
in the Worker interface. These aren't strictly needed and may be
omitted, but are helpful in the case of IDEs like VScode so that when
users tell their IDE to implement an interface, the IDE generates
functions with nice variable names instead of stand-in boilerplate.

This is another small one: add names to variables in functions that are
in the `Worker` interface. These aren't strictly needed and may be
omitted, but are helpful in the case of IDEs like VScode so that when
users tell their IDE to implement an interface, the IDE generates
functions with nice variable names instead of stand-in boilerplate.
@brandur brandur requested a review from bgentry November 12, 2023 19:44
@bgentry bgentry merged commit a3666f6 into master Nov 12, 2023
5 checks passed
@bgentry bgentry deleted the brandur-named-workers-vars branch November 12, 2023 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants