Open dostrander opened 9 years ago
Add special asserts for parameters that use something similar to NSParameterAssert. Not necessarily use NSParameterAssert but specifically abstract method parameter assertions to other asserts.
NSParameterAssert
This is more of discussion, not sure if this will actually be applicable. Was curious what other people thought about this
Add special asserts for parameters that use something similar to
NSParameterAssert
. Not necessarily useNSParameterAssert
but specifically abstract method parameter assertions to other asserts.