pNre / ExSwift

A set of Swift extensions for standard types and classes.
Other
3.38k stars 318 forks source link

make closures parameters as @noescape when possible #132

Closed kostiakoval closed 7 years ago

kostiakoval commented 9 years ago

The @noescape attributes makes code simpler, safer and faster. I think it's a good idea to add it. If you agree I can help with PR

sebbean commented 9 years ago

What is it?

sebbean commented 9 years ago

http://stackoverflow.com/questions/28427436/noescape-attribute-in-swift-1-2

kostiakoval commented 9 years ago

yes, it's about adding that "@noescape" attribute. It has 2 big improvements:

kostiakoval commented 7 years ago

closing issue because of lack of activity, reopen if needed