From 5b6ce978f0354dd502e5e60792c4fdeaf92a30fa Mon Sep 17 00:00:00 2001 From: unlikelyzero Date: Sun, 17 Apr 2022 09:34:44 -0700 Subject: [PATCH] documentation --- docs/src/process/testing/test-heuristics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/process/testing/test-heuristics.md b/docs/src/process/testing/test-heuristics.md index df83dd17e4..051d16fc8f 100644 --- a/docs/src/process/testing/test-heuristics.md +++ b/docs/src/process/testing/test-heuristics.md @@ -4,6 +4,7 @@ The purpose of this document is to identify common patterns and "implicit requir These checklist items are not strict rules to follow, but just a list of "implicit requirements" that come when adding new domain objects to Open MCT given how it is leveraged by many downstream projects. When a checklist item in the form of a question, they should be viewed as design decision as well as a requirement. +This technique is well established and is found in https://pragprog.com/titles/ehxta/explore-it/ ## Net New Domain Object The following checklist items should be considered when adding a net new domain object.