I understand how @noescape works, and some of its benefits, I *think*, but
if I am correct, it almost seems like it should be added automatically to
my closure definitions until it becomes clear that the closure has to
escape its context, much like I tend to declare variables as `let` until it
becomes clear I need a `var`.

How much are people using @noescape? I'm working on making recommendations
at work on how to make our codebase more idiomatic Swift, but this one
escapes me (har!).

Sorry for the open-ended question, by the way, but this seems like the
better venue fo0r it than others I might try.

-- 
Nate Birkholz
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to