python-effect / effect

effect isolation in Python, to facilitate more purely functional code
372 stars 16 forks source link

Maybe raise_ should be called 'throw'? #73

Open glyph opened 8 years ago

glyph commented 8 years ago

The inverse is called 'catch' so it would seem to make sense (and allow for dropping the gross trailing underscore).