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

(JS-0339) Found non-null assertions #180

Closed
ajay-dhangar opened this issue May 21, 2024 · 1 comment
Closed

(JS-0339) Found non-null assertions #180

ajay-dhangar opened this issue May 21, 2024 · 1 comment

Comments

@ajay-dhangar
Copy link
Member

Description

Using non-null assertions cancels out the benefits of strict null-checking, and introduces the possibility of runtime errors. Avoid non-null assertions unless absolutely necessary. If you still need to use one, write a skipcq comment to explain why it is safe.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/CodeHarborHub/codeharborhub/issue/JS-0339/occurrences/

Copy link

Hello @ajay-dhangar! Your issue #180 has been closed. Thank you for your contribution!

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

No branches or pull requests

1 participant