加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

闪客工具:signals类

发布时间:2020-12-13 20:22:23 所属栏目:百科 来源:网络整理
导读:civet@drM 他之前给了我很多编程代码还没有机会完全去看,记录一下今天跟他上课内容。介绍了用signals的代码。要好好跟他学一下! * Removing unnecessary code feels great. * Composition and interfaces are favored over inheritance. * Events in inter

civet@drM 他之前给了我很多编程代码还没有机会完全去看,记录一下今天跟他上课内容。介绍了用signals的代码。要好好跟他学一下!

* Removing unnecessary code feels great.
* Composition and interfaces are favored over inheritance.
* Events in interfaces are a good thing.
* Event types are classes,not strings.
* Event classes should focus on the data they contain.
* Event classes should not contain string constants that various other classes use.
* Test-Driven Development (TDD) is essential and fun.
* No singletons.

我译给你看看:

* 移除不必要的代码感觉很爽
* 比起继承,更喜欢组合和接口
* 事件用接口好
* 事件类型是类,不是字符串
* 事件类应该注重在他们含有的数据
* 事件类不应该含有字符串常量(被其他类所引用)
* TDD(Test-Driven Development)必要又有趣
* 无单例

http://github.com/robertpenner/as3-signals/tree/master/src/org/osflash/signals/

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读