rodionovd / rd_route

Function hooking for macOS
MIT License
184 stars 26 forks source link

Use asserts instead of "ok-just-return-an-error" behavior #5

Closed rodionovd closed 9 years ago

rodionovd commented 10 years ago

I guess rd_route is kind of software where should be no errors. So every error here implies a critical bug. That's what asserts were invented for.