You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Using fail @"todo" rather than todo @"stuff" supresses a line of output, and is sufficiently clear of its intent. )
Why is it a good idea?
Test some part of code
Summary 2 errors, 132 warnings
ummmm.
Another suggestion: If the code sees a todo then condense all warnings of unused variable into I'm assuming you'll get around to using these variables when you do that todo
What is the current alternative and why is it not good enough?
Wading through irrelevant console output. LSP super noisy.
The text was updated successfully, but these errors were encountered:
Note: warnings are printed on stderr whereas errors are printed on stdout. So you can simply redirect the output as such to get rid of warnings, while keeping errors:
What is your idea? Provide a use case.
Early dev flow: make function with signatures, but no body. Start to fill them out.
(Using
fail @"todo"
rather thantodo @"stuff"
supresses a line of output, and is sufficiently clear of its intent. )Why is it a good idea?
Test some part of code
ummmm.
Another suggestion: If the code sees a
todo
then condense all warnings ofunused variable
intoI'm assuming you'll get around to using these variables when you do that todo
What is the current alternative and why is it not good enough?
Wading through irrelevant console output. LSP super noisy.
The text was updated successfully, but these errors were encountered: