Lots of sasCIFtools code follows the pattern ``` python except Exception as err: print "There was an error" return ``` or sometimes `sys.exit()` instead of `return` Neither of these patterns are helpful in library code