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
The code base doesn't have strict checks enabled. This makes it difficult to reason about which values may nor not be null while inspecting or refactoring code
Even though this codebase has not been too active, we should work towards enabling strict null checking because currently it is more dangerous to work with than it should be
The text was updated successfully, but these errors were encountered:
The code base doesn't have strict checks enabled. This makes it difficult to reason about which values may nor not be null while inspecting or refactoring code
Even though this codebase has not been too active, we should work towards enabling strict null checking because currently it is more dangerous to work with than it should be
The text was updated successfully, but these errors were encountered: