realm / realm-tasks

To Do app built with Realm, inspired by Clear for iOS
Other
369 stars 71 forks source link

simplify boolean logic in validateToolbarItem #307

Closed jpsim closed 8 years ago

jpsim commented 8 years ago

if X { return true } else { return false } is an anti-pattern. Introduced in #293 /cc @TimOliver

TimOliver commented 8 years ago

:+1: