ruby-patterns:Ruby设计模式的例子

时间:2024-06-09 08:34:13
【文件属性】:

文件名称:ruby-patterns:Ruby设计模式的例子

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-09 08:34:13

Ruby

常见的Ruby设计模式 在此存储库中,您将找到一系列最常见的Ruby设计模式的示例。 配置 克隆存储库后,安装所需的依赖项并运行: bundle install 现在您可以执行任何示例。 创作模式 结构模式 资料来源 许多示例都基于网站上的信息。 推介会 在此链接中可以找到西班牙语的演示文稿。


【文件预览】:
ruby-patterns-master
----.gitignore(588B)
----README.md(2KB)
----Gemfile(81B)
----LICENSE(1KB)
----structural()
--------decorator_example.rb(568B)
--------adapter_example.rb(693B)
--------proxy_example.rb(628B)
--------adapters()
--------facade_example.rb(589B)
----Gemfile.lock(169B)
----creation()
--------factory_example.rb(474B)
--------builder_example.rb(800B)
--------classic_singleton_example.rb(706B)
--------abstract_factory_example.rb(779B)
--------multitone_example.rb(579B)
--------mod_singleton_example.rb(547B)

网友评论