• Nulls from the DB make me wish go didn’t have nil at all - they cause bugs but don’t give you a lot of info.  I’ve so far ignored and replaced with zero values on every query without any ill effects for new systems. It’s surprisingly rare to need a null value as opposed to zero value.