-
Notifications
You must be signed in to change notification settings - Fork 916
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
Strict null checking #4201
Comments
@anthonydresser in general I like this idea. Though I would probably wait for VS Code to complete any required work on their side and we pick-up that up in a refresh (if applicable). And we need to look at the amount of accumulated debt and when to schedule relative to rest of our fundamentals backlog. |
It's worth bringing this in since VS Code is already doing it and it should be pretty easy to run the same tasks for our build. I am a bit worried about it since these issues won't get caught in our regular |
Vscode has a command to scan certain files and apply the |
Closing older issues. |
We should start looking at enforcing strict null check on our typescript files similar to vscode (microsoft/vscode#60565). This helps catch errors due to our code hitting paths where we try and access a null object.
The text was updated successfully, but these errors were encountered: