Skip to content

Commit eeeea8b

Browse files
committed
docs: ✏️ small clarification to language
1 parent 6edf4a7 commit eeeea8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/design/architecture.qmd

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ on
6060
specifically.
6161

6262
To "validate" is to assess the overlap between a human need and a
63-
product that solves that need. It answers the question "are we correctly
64-
solving the actual problem"? To "verify" is to ensure that the product
65-
is being built correctly and with high quality, based on best practices,
66-
regulations, and specifications. It answers the question "are we
67-
developing the solution correctly"? An easy way to tell them apart is
68-
that you can often make the verification process automatic, while you
69-
often need to have extensive manual evaluation, judgment, and review for
70-
the validation process.
63+
product that solves that need. It answers the question "have we selected
64+
the correct solution to solving the actual problem"? To "verify" is to
65+
ensure that the solution is being built correctly and with high quality,
66+
based on best practices, regulations, and specifications. It answers the
67+
question "are we developing the solution correctly"? An easy way to tell
68+
them apart is that you can often make the verification process
69+
automatic, while you often need to have extensive manual evaluation,
70+
judgment, and review for the validation process.
7171

7272
Sometimes, these two overlap, but often they don't. For example, if you
7373
are involved in creating a specification that accurately describes

0 commit comments

Comments
 (0)