You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 不要在 setter 里进行像 `if(_obj != newObj)` 这样的判断。(该观点参考链接:[***How To Write Cocoa Object Setters: Principle 3: Only Optimize After You Measure***](http://vgable.com/blog/tag/autorelease/)
665
+
> 不要在 setter 里进行像 `if(_obj != newObj)` 这样的判断。(该观点参考链接:[***How To Write Cocoa Object Setters: Principle 3: Only Optimize After You Measure***](http://vgable.com/blog/tag/autorelease/)
0 commit comments