-
Classes like Request or Controller should implement an interface and the typehinting should enforce this interface so that people can easily swap out classes with different implementations.
-
Currently, to get the parent application, when you are in some Yii application component, one needs to get the `Yii::app()` object, which is horrible untestable violation of Dependency Inversion Princ…
-
Currently the spec states "A Publisher can serve multiple subscribers subscribed dynamically at various points in time. In the case of multiple subscribers the Publisher should respect the processing …
-
@ViralBShah has suggested that all the code that ends up calling
``` julia
ccall(dlsym(_jl_liblpack, ...) ...)
```
which includes much of the current base/linalg_lapack.jl and base/linalg_factoriza…
-
http://robots.thoughtbot.com/post/16466303962/inject-that-rails-configuration-dependency
-
Hi,
Using CommonLogging would allow users to choose their logging framework.
It would be nice to not force TopShelf users to depend on log4net and let them choose their preferred logging framework (a…