Skip to content

Commit c05bf0a

Browse files
committed
Goal instead of task.
1 parent 5111c2a commit c05bf0a

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
@@ -3856,9 +3856,9 @@ While the best path forward may be to choose not to specify the feature,
38563856
there is the risk that some implementations
38573857
may ship the feature as a nonstandard API.
38583858

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

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

0 commit comments

Comments
 (0)