Sunday, March 20, 2011

TIER (try, import, except, raise)

A lovely snippet of code pattern:

try:
    import service
    except Error:
        raise

No comments: