文件名称:mixmaster:在 Coffeescript 中使用 mixins 进行多重继承的实用程序类
文件大小:4KB
文件格式:ZIP
更新时间:2024-08-01 20:41:26
CoffeeScript
混音大师 v0.1.6 在 Coffeescript 中使用 mixins 伪造多重继承的类。 Mixmaster 还提供了一个函数(构造)来运行所有 mixin 类的构造函数。 要制作 Mixmastered 课程: class Translator extends Mixmaster mixins = [ German Japanese English ] @include mixins constructor: -> Mixmaster.construct mixins linguist = new Translator 就是这样! 混合类和结果如下。 您可以从基本类继承。 class German constructor: (worldNews) -> worldNews.germany = 'good
【文件预览】:
mixmaster-master
----package.json(550B)
----example.coffee(2KB)
----lib()
--------mixmaster.js(1KB)
----mixmaster.coffee(451B)
----README.md(2KB)