summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spm-slides.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/spm-slides.tex b/spm-slides.tex
index 89759cd..e388687 100644
--- a/spm-slides.tex
+++ b/spm-slides.tex
@@ -549,12 +549,12 @@ A dialogue, not a monologue.
Apply for a tester job, even if you don't know how to write program. Pick up a good book on testing. Learn automated test suites.
-Not only testing whether a program works or not. Also check things
-like text fonts, colors, user interfaces.
+Not only test whether a program works or not, but also check things like
+text fonts, colors, user interfaces.
-Misconception: let the worst programmer do testing.
+Misconception: let the worst programmer do the job (testing).
-Consequence: an incompetent team producing poor products.
+Consequence: an incompetent team consistently producing poor products.