-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
map: -> mappedArrayWithBlock:
filter: -> filteredArrayWithBlock: etc
goals:
1- reduce collision on categories
2- naming should more accurately reflect that it returns a new array (c.f. filteredArrayWithPredicate:)
maybe make an optional category which introduces shorter names (m:,f: for those who like unreadable code)