From 374508628c1b0bb76b98adeb5afa52fab7767dff Mon Sep 17 00:00:00 2001
From: mmi <1055445+marmer@users.noreply.github.com>
Date: Thu, 17 Oct 2024 12:49:44 +0200
Subject: [PATCH] minor slide updates
---
docs/index.html | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/docs/index.html b/docs/index.html
index 9abd351..3d9ec7a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -257,12 +257,16 @@
Quality - DDT (test after)
Quality — symptoms of DDT
- - Verify what the code does instead of what the code was intended to do
+ - Verify what the code does...
+
+ - instead of what it was intended to do
+
+
- They often...
- - miss professional and technical use cases*
- - are less clean, readable and maintainable
- - have an improper scope**
+ - miss professional and technical use cases*
+ - are less clean, readable and maintainable
+ - have an improper scope**
@@ -1201,7 +1205,7 @@ TDD - rules
- focus on one detail aka. one test at a time
- New test shows what's missing
- - no prod change without a test*
+ - no prod change without a test*
* We talk about exceptions later