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

ref(encoding): Promise<void> return types are unnecessary boilerplate. #818

Merged
merged 3 commits into from
Mar 26, 2021

Conversation

getspooky
Copy link
Contributor

We should strive for concise code. void and Promoise<void> return types are unnecessary boilerplate.
Discussion denoland/deno#8832

@getspooky getspooky changed the title ref(encoding): Promoise<void> return types are unnecessary boilerplate. ref(encoding): Promise<void> return types are unnecessary boilerplate. Mar 25, 2021
@getspooky getspooky changed the title ref(encoding): Promoise<void> return types are unnecessary boilerplate. ref(encoding): Promise<void> return types are unnecessary boilerplate. Mar 25, 2021
Copy link
Contributor

@wperron wperron left a comment

Choose a reason for hiding this comment

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

Thanks, just a small comment on the formatting change.

encoding/csv_test.ts Show resolved Hide resolved
@getspooky getspooky requested a review from wperron March 25, 2021 20:01
Copy link
Contributor

@wperron wperron left a comment

Choose a reason for hiding this comment

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

LGTM, thanks

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