lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

Get rid of null's in code - migrate to Optional where possible #71

Open lonely-lockley opened 8 months ago

lonely-lockley commented 8 months ago

There are too much checks for null's in the code. It would be nice to start using Optional where possible

lonely-lockley commented 8 months ago

Make sure Optional is not used in serialised objects