Skip to content

Commit f0eef76

Browse files
author
Chris James
committed
little edits
1 parent c7fb30c commit f0eef76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

intro-to-acceptance-tests.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,11 @@ Non-trivial systems don't tend to be single-process applications like the one we
362362

363363
### The next chapter
364364

365-
In this post the acceptance test was written retrospectively. However, in [Growing Object-Oriented Software](http://www.growing-object-oriented-software.com) the authors show that we can use acceptance tests in a test-driven approach to act as a "north-star" to guide our efforts. This will be covered next in the next chapter.
365+
In this post the acceptance test was written retrospectively. However, in [Growing Object-Oriented Software](http://www.growing-object-oriented-software.com) the authors show that we can use acceptance tests in a test-driven approach to act as a "north-star" to guide our efforts.
366366

367-
As systems get more complex, the costs of writing and maintaining acceptance tests can quickly spiral out of control. There are countless stories of development teams being hamstrung by expensive acceptance test suites. The next chapter will introduce principles and techniques for managing the costs of acceptance tests.
367+
As systems get more complex, the costs of writing and maintaining acceptance tests can quickly spiral out of control. There are countless stories of development teams being hamstrung by expensive acceptance test suites.
368+
369+
The next chapter will introduce using acceptance test to guide our design and principles and techniques for managing the costs of acceptance tests.
368370

369371
### Improving the quality of open-source
370372

0 commit comments

Comments
 (0)