From f5c4ae5f8083d5fcec94569cc4e76920d8e0e10d Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Sat, 14 Oct 2023 18:10:26 +0200 Subject: [PATCH] iox-#1755 Update link to hyrumslaw --- doc/website/concepts/best-practice-for-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/website/concepts/best-practice-for-testing.md b/doc/website/concepts/best-practice-for-testing.md index 672cb6d090..f65065f7fb 100644 --- a/doc/website/concepts/best-practice-for-testing.md +++ b/doc/website/concepts/best-practice-for-testing.md @@ -55,7 +55,7 @@ The catchwords can be used to draw simple scenarios which nicely fits to the AAA - etc. - etc. -Following [Hyrum's Law](https://web.archive.org/web/20220728001604/https://www.hyrumslaw.com) loosely, given enough users, one will find ways to use the software in a way it was never imagined. +Following [Hyrum's Law](https://www.hyrumslaw.com) loosely, given enough users, one will find ways to use the software in a way it was never imagined. Therefore, never underestimate the creativity of brilliancy/stupidity. In some cases it might be necessary to instantiate an object on the heap. While that's not allowed in production code, it is fine in test code.