beeminder / BeeSwift

Official Beeminder for iOS app
Other
30 stars 6 forks source link

fancy swift filter and sorted(using:) #498

Closed krugerk closed 4 weeks ago

krugerk commented 1 month ago

Using .filter for increased legibility. And using .sorted(using:) to as a cleaner way to achieve the same result as the manual closure-based sorting, since the manual closure-based sort was only checking one keypath item anyway.