Skip to content

In scala backend, get rid of null entirely, use scala Options instead. #6234

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

Open
fm3 opened this issue May 23, 2022 · 1 comment
Open

In scala backend, get rid of null entirely, use scala Options instead. #6234

fm3 opened this issue May 23, 2022 · 1 comment

Comments

@fm3
Copy link
Member

fm3 commented May 23, 2022

There are some usages of null, e.g. in IsosurfaceServiceHolder and VolumeTracingService. This is a code smell, should be replaced by Scala Option/None for type safety.

@fm3
Copy link
Member Author

fm3 commented Sep 19, 2022

I found some in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant