aboutsummaryrefslogtreecommitdiff
path: root/blog/content/notes/interesting-articles.gmi
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-08-30 17:15:32 +0200
committeralex <alex@pdp7.net>2026-08-30 17:19:51 +0200
commit21f2064a14478a7f1b59be1696f01ffe34e945f0 (patch)
tree85df1abf2342f962a6a71a980d28d9ce485c85be /blog/content/notes/interesting-articles.gmi
parent4a7e48c830c8a10a65893f8b414e88f6b722e180 (diff)
Add /notes/tech/on-testing
softwareengineering.stackexchange started giving me captchas when referring to the London/Chicago testing terms, so I refactored out the testing bits in /notes/interesting-articles to a new article.
Diffstat (limited to 'blog/content/notes/interesting-articles.gmi')
-rw-r--r--blog/content/notes/interesting-articles.gmi13
1 files changed, 1 insertions, 12 deletions
diff --git a/blog/content/notes/interesting-articles.gmi b/blog/content/notes/interesting-articles.gmi
index 78ba6995..d7d1cfc2 100644
--- a/blog/content/notes/interesting-articles.gmi
+++ b/blog/content/notes/interesting-articles.gmi
@@ -41,16 +41,7 @@ The history about Hungarian notations
=> https://www.hillelwayne.com/post/we-are-not-special/ We are not special
Second of a series of three articles comparing software engineering with traditional engineering. Mostly dispels some myth and lack of knowledge about traditional engineering.
-### Testing
-
-=> https://testing.googleblog.com/2014/05/testing-on-toilet-risk-driven-testing.html Testing on the Toilet: Risk-Driven Testing
-"Your tests are a means. The bang is what counts. It’s your job to maximize it."
-
-=> https://testing.googleblog.com/2024/10/smurf-beyond-test-pyramid.html SMURF: Beyond the Test Pyramid
-Test categories and the pyramid are excessively limited models.
-
-=> https://abseil.io/resources/swe-book/html/ch11.html#the_beyonceacutesemicolon_rule The Beyoncé Rule
-"If you liked it, then you shoulda put a test on it."
+=> tech/on-testing See also my own "on testing" for further notes about testing, including risk-driven testing, the Beyoncé rule, SMURF, test doubles (dummies, fakes, stubs, spies, and mocks), and classic/mockist testing (also Chicago/Detroit/London).
### Python
@@ -175,8 +166,6 @@ A type of human behavior reactivity in which individuals modify an aspect of the
=> https://en.wikipedia.org/wiki/Novelty_effect Novelty effect
An effect of introducing new elements on some activity or behavior.
-=> https://softwareengineering.stackexchange.com/questions/123627/what-are-the-london-and-chicago-schools-of-tdd What are the London and Chicago schools of TDD?
-
=> https://en.wikipedia.org/wiki/Sturgeon%27s_law Sturgeon's law
An adage stating "ninety percent of everything is crap".