Implicit guarding self in closures

When I pitched this a few years ago, the core team decided not to run a review for it and shared this feedback:

These days, especially after SE-0345 (slightly reducing the verbosity of guard let self conditions) and SE-0365 (allowing implicit self for weak self closures), I tend to think that the existing weak guard pattern is brief enough that it doesn't need to be sugared. I don't really think there's a way to further simplify this pattern without obscuring control flow.

8 Likes