[ 原始碼: ruby-dry-container ]
套件:ruby-dry-container(0.7.2-2)
ruby-dry-container 的相關連結
Debian 的資源:
下載原始碼套件 ruby-dry-container:
- [ruby-dry-container_0.7.2-2.dsc]
- [ruby-dry-container_0.7.2.orig.tar.gz]
- [ruby-dry-container_0.7.2-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Simple, configurable object container implemented in Ruby
dry-container is a simple, thread-safe container, intended to be one half of a dependency injection system, possibly in combination with dry-auto_inject.
At its most basic, dependency injection is a simple technique that makes it possible to implement patterns or principles of code design that rely on object composition, such as the SOLID principles.
其他與 ruby-dry-container 有關的套件
|
|
|
|
-
- dep: ruby-concurrent (>= 1.0)
- modern concurrency tools for Ruby
-
- dep: ruby-dry-configurable (>= 0.1.3)
- Simple mixin to make Ruby classes configurable