-
Hi,
Your code is not so DIP
I suggest extracting an interface for DataBase and depend on it
@gissues:{"order":50,"status":"done"}
-
The current base/child template solution is confusing and non-intuitive in how it works (see issue #101). I believe a much cleaner approach would be as follows:
1) Define the base template as is done…
-
Hi,
I've been trying to find a ruby gem which I can use to resize images and that won't require the user to install any additional software.
Is it possible to do it with imageruby?
-
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…