Skip to content

Commit 0c0d62f

Browse files
committed
teach this
1 parent 10f8a49 commit 0c0d62f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pep.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,13 +1310,13 @@ None are expected.
13101310
How to Teach This
13111311
=================
13121312

1313-
I think some inspiration can be taken from how TypeScript teaches
1314-
their equivalent features.
1315-
1316-
(Though not complete inspiration---some important subtleties of things
1317-
like mapped types are unmentioned in current documentation
1318-
("homomorphic mappings").)
1313+
I think much inspiration can be taken from how TypeScript teaches
1314+
their equivalent features, since they have similar complexity. We
1315+
will want high-level example-driven documentation, similar to what
1316+
TypeScript does.
13191317

1318+
Where we will need to do better than TypeScript is to *also* have more
1319+
complete documentation of the important details.
13201320

13211321
Reference Implementation
13221322
========================

0 commit comments

Comments
 (0)