Rightpoint / RZAssert

Useful assertion macros from the fine folks at Raizlabs.
Other
7 stars 0 forks source link

Remove bare RZASSERT → NSAssert define #14

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

This should be removed:

#define RZASSERT NSAssert

I've seen this line confuse people, thinking it will do the same thing as the other macros. And with the logging planned in #4, a developer who accidentally uses RZASSERT by itself will be missing out on useful logging.

ZevEisenberg commented 9 years ago

Fixed by #16.