Skip to content

Commit

Permalink
Edited chapter_13_dependency_injection.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinetozer committed Mar 4, 2020
1 parent 497f1d1 commit 754faef
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions chapter_13_dependency_injection.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ If you haven't already, it's worth reading <<chapter_03_abstractions>>
.Without bootstrap: entrypoints do a lot
image::images/apwp_1301.png[]

[TIP]
====
The code for this chapter is in the
chapter_13_dependency_injection branch https://oreil.ly/-B7e6[on GitHub]:
----
git clone https://github.com/cosmicpython/code.git
cd code
git checkout chapter_13_dependency_injection
# or to code along, checkout the previous chapter:
git checkout chapter_12_cqrs
----
====

<<bootstrap_chapter_after_diagram>> shows our bootstrapper taking over those
responsibilities.

Expand All @@ -45,20 +59,6 @@ feeling of unease at the back of your mind at this point.((("dependency injectio
into the open. We've shown you two ways of managing
dependencies and testing them.

[TIP]
====
The code for this chapter is in the
chapter_13_dependency_injection branch https://oreil.ly/-B7e6[on GitHub]:
----
git clone https://github.com/cosmicpython/code.git
cd code
git checkout chapter_13_dependency_injection
# or to code along, checkout the previous chapter:
git checkout chapter_12_cqrs
----
====


For our database dependency, we've built a careful framework of explicit
dependencies and easy options for overriding them in tests. Our main handler
Expand Down

0 comments on commit 754faef

Please sign in to comment.