Skip to content

Commit f387e3c

Browse files
authored
Mention tradeoffs inherent in building designed-for-purpose APIs. (#440)
1 parent 014831f commit f387e3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,9 @@
19121912

19131913
Features that are designed-for-purpose facilitate these principles by providing functionality that is only or primarily
19141914
useful for a particular purpose. Designed-for-purpose features make it easier to explain the purpose to people, and may
1915-
also limit the feasible secondary uses of data.
1915+
also limit the feasible secondary uses of data. When building a designed-for-purpose feature,
1916+
<a data-cite="design-principles#high-level-low-level">consider tradeoffs between high and low-level
1917+
APIs</a>.
19161918

19171919
[=Controlled de-identified data=] may be used for additional purposes in ways that are compatible with the specified
19181920
purpose.

0 commit comments

Comments
 (0)