I like exceptions for this: blow up if something i...
# random
c
I like exceptions for this: blow up if something is wrong, which means that if the code proceeded, I’m 100% sure the object is valid and I don’t need to test it any more.