Skip to content

Commit 8a6c38e

Browse files
committed
links
1 parent 0678b4e commit 8a6c38e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

posts/2021/12/error-message-style-guides.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@
1212
Error Message Style Guides of Various Languages
1313
================================================
1414

15-
PyPy has been trying to produce good `SyntaxErrors`_ and `other errors`_ for a
16-
long time, and thankfully CPython has made an enormous push to `improve its
17-
errors in the last releases`_. These improvements are great but the process
15+
PyPy has been trying to produce good `SyntaxErrors`_ and `other`_ `errors`_ for
16+
a long time, and thankfully CPython has made an enormous push to `improve its
17+
SyntaxErrors in the last releases`_. These improvements are great but the process
1818
feels somewhat arbitrary sometimes. To see what other languages are doing I
1919
asked people on Twitter whether they know of error message style guides for
2020
other programming languages:
2121

22+
.. _`SyntaxErrors`: https://www.pypy.org/posts/2018/04/improving-syntaxerror-in-pypy-5733639208090522433.html
23+
.. _`other`: https://twitter.com/cfbolz/status/783313503230844929/photo/1
24+
.. _`errors`: https://twitter.com/pypyproject/status/999930324481081344
25+
.. _`improve its SyntaxErrors in the last releases`: https://docs.python.org/3/whatsnew/3.10.html#better-error-messages
26+
2227
.. raw:: html
2328

2429
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Is there any programming language that has a style guide for its error messages? <a href="https://twitter.com/ShriramKMurthi?ref_src=twsrc%5Etfw">@ShriramKMurthi</a>, do I remember correctly that Pyret has one?</p>&mdash; Carl Friedrich Bolz-Tereick (@cfbolz) <a href="https://twitter.com/cfbolz/status/1466033151315173384?ref_src=twsrc%5Etfw">December 1, 2021</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)