I don't like this feature because I think this is an anti-pattern, but I'll toss in another spelling: guard weak self
, or some other modifier on weak self
. I think having the keyword weak
is valuable for making the object graph ownership semantics clear; it makes it less "new syntax you have to learn the desugaring of".
20 Likes