Skip to content

Commit 6474656

Browse files
committed
Goal instead of task.
1 parent 88a3e66 commit 6474656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3505,9 +3505,9 @@ While the best path forward may be to choose not to specify the feature,
35053505
there is the risk that some implementations
35063506
may ship the feature as a nonstandard API.
35073507

3508-
<h3 id="multiple-algorithms">Write only one algorithm to accomplish a task</h3>
3508+
<h3 id="multiple-algorithms">Write only one algorithm to accomplish a goal</h3>
35093509

3510-
When specifying how to accomplish a task, write a single algorithm to do it,
3510+
When specifying how to accomplish a goal, write a single algorithm to do it,
35113511
instead of letting implementers pick between multiple algorithms.
35123512
It is very difficult to ensure that
35133513
two different algorithms produce the same results in all cases,

0 commit comments

Comments
 (0)