Avatar
omochimetaru 8/11/2021 4:19 AM
うーんたしかに。guard returnしたい状況のほとんどがviewControllerのselfチェックでイベント読み捨てなきはする。
4:20 AM
循環させないスタイル→先頭でespaceするのはだめ 循環させるけど切るスタイル→strong captureで良い だから
4:20 AM
まあどっちにしろ将来ほとんど出番が無い?ってことになる?
4:22 AM
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".
4:23 AM
jroseさんがこの文法はアンチパターンを促すから良くないよって言ってて まあ unowned self 使いたいからだって意見だからぜんぜん違う視点なんだけど
4:23 AM
tarunonの書いた将来のfor awaitパターンにおいてはアンチパターンを促しそうって意見は共有する価値がありそう。
4:23 AM
アンチパターンと言うか状況によっては直接的なバグやな。