Explore >> Select a destination


You are here

kylenazario.com
| | blog.separateconcerns.com
2.2 parsecs away

Travel
| | I use dependency injection for non-deterministic code.
| | conradakunga.com
2.6 parsecs away

Travel
| | This is Part 8 of a series on dependency injection.
| | fusectore.dev
3.2 parsecs away

Travel
| | This is the first part in a series of articles on dependency injection for the play framework using guice. As soon as Ive written the next part, it will be linked here. Please note that while the examples are written in Scala, the principles apply for Java likewise. Furthermore, please be aware that Guice is not the only framework to do dependency injection with. It is probably the most prominent one in the play ecosystem though. Guice does so called runtime dependency injection. This means dependencies ...
| | bartoszmilewski.com
24.3 parsecs away

Travel
| This is part 9 of Categories for Programmers. Previously: Functoriality. See the Table of Contents. So far I've been glossing over the meaning of function types. A function type is different from other types. Take Integer, for instance: It's just a set of integers. Bool is a two element set. But a function type a->b...