> Am 24.03.2016 um 22:31 schrieb Andrey Tarantsov via swift-evolution 
> <[email protected]>:
> 
>> I use trailing closures all the time because I find the brackets too noisy, 
>> like ; at the end of a line is too noisy. The sort of code I use is:
>> 
>>     let foo = myArray
>>         .filter { $0 & 1 == 1 }
>>         .map { $0 + 1 }
>>         .reduce(0) { $0 + $1 } 
> 
> +1 to this. Please don't remove them, they're great.

+1 from me as well.

-Thorsten 
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to