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

Reduce incidences of foo!.bar (assert value is not null) constructions #34

Open
Lithl opened this issue Dec 21, 2018 · 0 comments
Open
Labels
code-cleanup Related to improving the codebase, but not changing functionality

Comments

@Lithl
Copy link
Owner

Lithl commented Dec 21, 2018

There are many locations where constructions like foo!.bar is used. Reduce the number of these throughout the codebase, either by adding null-guards or making the type definitions more complicated.

@Lithl Lithl added the code-cleanup Related to improving the codebase, but not changing functionality label Dec 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-cleanup Related to improving the codebase, but not changing functionality
Projects
None yet
Development

No branches or pull requests

1 participant