Skip to content

Commit 1780a12

Browse files
committed
got pretty much to the end of 18 yay
1 parent 8827f0e commit 1780a12

File tree

3 files changed

+197
-183
lines changed

3 files changed

+197
-183
lines changed

chapter_16_javascript.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,14 @@ The goat doesn't mind looking the other way for a bit.
203203
This kind of prototyping activity is often called a "spike",
204204
for http://stackoverflow.com/questions/249969/why-are-tdd-spikes-called-spikes[
205205
reasons that aren't entirely clear],
206-
but it's a nice memorable name.
207-
208-
TIP: Always do a commit before embarking on a spike.
206+
but it's a nice memorable name.footnote:[
207+
This chapter shows a very small spike.
208+
We'll come back and look at the spiking process again,
209+
with a weightier Python/Django example,
210+
in <<chapter_18_spiking_custom_auth>>.
211+
]
212+
213+
TIP: Always do a commit before embarking on a Spike.
209214

210215

211216
==== A Simple Inline Script

0 commit comments

Comments
 (0)