tciuro / NanoStore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.
Other
404 stars 39 forks source link

Remove all statements testing for YES #82

Closed tciuro closed 11 years ago

tciuro commented 11 years ago

The code contains quite a few comparisons where we test against YES. This can be bad. For a very good intro to this problem, please see the article "BOOL’s sharp corners", by Mark Dalrymple: http://blog.bignerdranch.com/564-bools-sharp-corners/

billgarrison commented 11 years ago

I had started doing this in my local copy. thanks for making it an issue for it.