SilverNETGroupSGGW / kampus_sggw

Aplikacja służąca nawigacji po kampusie SGGW
http://silver.sggw.pl/kampus/
GNU General Public License v3.0
5 stars 6 forks source link

Code refactoring after null-safety migration #110

Open martamazurkiewicz opened 2 years ago

martamazurkiewicz commented 2 years ago

Remove unnecessary !, ?, late from code. It requires logical and architectural analysis of what can be null and what can't. Time-consuming issue.