Since using kotlin I try to avoid nulls more than ...
# announcements
d
Since using kotlin I try to avoid nulls more than before. Now I wonder whats better for a DAO if an object is not found. Returning null or throwing an exception? What do you think