ice3-software / between-kit

A robust drag-and-drop framework for iOS.
MIT License
266 stars 39 forks source link

Assert preconditions, postconditions #48

Open SteveFortune opened 9 years ago

SteveFortune commented 9 years ago

Methods in the framework should use NSParameterAssert and NSAssert to verify preconditions / postconditions.

... should I assert invariants?

SteveFortune commented 9 years ago

Do we really need this ? What pre/post conditions would we actually need to verify that aren't already dealt with 'quietly' ?