Look this way: if something can be null, then assu...
# announcements
w
Look this way: if something can be null, then assuming it is null is safe. Assuming it may not be null is not safe. Safe assumptions makes your application safe, unsafe assumptions make your app crash sometimes.