scalableminds / webknossos

Visualize, share and annotate your large 3D images online
https://webknossos.org
GNU Affero General Public License v3.0
124 stars 22 forks source link

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

Open fm3 opened 2 years ago

fm3 commented 2 years ago

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 commented 1 year ago

I found some in