-
Notifications
You must be signed in to change notification settings - Fork 11
fix: bad terrible awful totally unacceptable way of returning from method #829
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
|
|
||
| public onSelectChange(changed: TableSelectChange): void { | ||
| if (changed.values.length === 0) { | ||
| // tslint:disable-next-line: no-void-expression |
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.
Am i the only one not liking this? :P
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.
Nah, I actually was on the fence before and totally agree with you now. I'm just teasing because it was still very much in 'nit' territory. 😝
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 am surprised Aaron has nothing to say on this
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 do my best to stay out of PRs! but I saw fun comments, so I did look: #823 (comment)
Codecov Report
@@ Coverage Diff @@
## main #829 +/- ##
==========================================
- Coverage 85.42% 85.42% -0.01%
==========================================
Files 793 793
Lines 16230 16231 +1
Branches 1930 1930
==========================================
Hits 13865 13865
- Misses 2333 2334 +1
Partials 32 32
Continue to review full report at Codecov.
|
Description
Bad Jake. Bad!