November 2018
Intermediate to advanced
346 pages
8h 12m
English
In a book about DI, you can expect us to spend a lot of time talking about dependencies. Dependencies at the lowest level, functions, structs, and interfaces are easy to visualize; we can just read the code or, if we want a pretty picture, we can make a class diagram like the following:

If we zoom out to the package level and try to map the dependencies between packages, then life gets a lot more difficult. This is where we rely again on the open source community's wealth of open-source tools. This time, we will need two tools called godepgraph and Graphviz (http://www.graphviz.org/). Godepgraph ...
Read now
Unlock full access