Skip to content

Commit 7ad7a63

Browse files
author
troutman_margaret@yahoo.com
committed
Edited chapter_27_hot_lava.asciidoc with Atlas code editor
1 parent 3620a35 commit 7ad7a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_27_hot_lava.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ But how do we do that?
379379
The classic solutions to this problem from the object-oriented world
380380
come under different names, but they're all variations of the same trick:
381381
identifying the boundaries, creating an interface to define those boundaries,
382-
and then using that interface at test time to swap out fake versions of your real dependencies.((("architectures of applications", "Hexagonal/Clean/Onion architectures")))((("adapters, ports and")))((("object-oriented architecture", "ports and adapters")))((("Hexagonal Architecture pattern")))((("Clean Architecture pattern")))((("Onion Architecture pattern")))
382+
and then using that interface at test time to swap out fake versions of your real dependencies.((("architectures of applications", "Hexagonal/Clean/Onion architectures")))((("adapters, ports and")))((("object-oriented architecture, ports and adapters")))((("Hexagonal Architecture pattern")))((("Clean Architecture pattern")))((("Onion Architecture pattern")))
383383

384384
Steve Freeman and Nat Pryce, in their book
385385
<<GOOSGBT, _Growing Object-Oriented Software, Guided by Tests_>>,

0 commit comments

Comments
 (0)