[swift-evolution] [swift-evolution-announce] [Review] SE-0087: Rename lazy to @lazy

Austin Zheng austinzheng at gmail.com
Thu May 19 02:23:40 CDT 2016


> On May 19, 2016, at 12:20 AM, Brent Royal-Gordon via swift-evolution <swift-evolution at swift.org> wrote:
> 
>> 	* What is your evaluation of the proposal?
> 
> I commented earlier, but didn't actually review.
> 
> I'm in favor of this change *if* we are very sure that the syntax will not change again, even if `lazy` is reimplemented as a property behavior. If we are *not* sure of this, however, then I think it should stay as it is now, because the advantages of `@lazy` over `lazy` are *very* minor and we don't want change fatigue to set in.

My opinion on this proposal is the same as Brent's. We should only implement it if the core team is sure that they want to use '@' syntax for property behaviors whenever that feature is proposed again.

Austin


More information about the swift-evolution mailing list