Closed ZevEisenberg closed 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.
RZASSERT
Fixed by #16.
This should be removed:
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.