Programming in Swift: Functions & Types, Episode 12: Closure Syntax | Kodeco

Closures coming with a dizzying arraying of syntactical options! Learn how to read and write them all in this episode.


This is a companion discussion topic for the original entry at https://www.kodeco.com/28433240-programming-in-swift-functions-types/lessons/12

what are some real world application where you would use typealias to shortern your closures. Wouldn’t it be better to keep closures in long form for read ability?