Skip to content

Commit 0fd121a

Browse files
committed
fix: chapter 2 typos
1 parent 74ccc20 commit 0fd121a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter_02_unittest.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ I learned in school that comments are good practice?
118118
119119
They were exaggerating for effect.
120120
There is definitely a place for comments that add context and intention.
121-
But my colleagues were pointing that comments aren't always as useful as you hope.
121+
But my colleagues were pointing out that comments aren't always as useful as you hope.
122122
For starters, it's pointless to write a comment that just repeats what you're doing with the code:
123123
124124
[role="skipme"]
@@ -153,7 +153,7 @@ Check out this video by the great Dave Farley if you want a taste:
153153
https://youtu.be/JDD5EEJgpHU?t=272
154154
].
155155
156-
For more on comments, I recommend John Ousterhoudt's _A Philosohpy of Software Design_,
156+
For more on comments, I recommend John Ousterhoudt's _A Philosophy of Software Design_,
157157
which you can get a taste of by reading
158158
his https://web.stanford.edu/~ouster/cgi-bin/cs190-spring16/lecture.php?topic=comments[lecture notes from the chapter on comments.]
159159
*******************************************************************************

0 commit comments

Comments
 (0)