Skip to content

Commit 648092f

Browse files
committed
Link to nice error messages post
1 parent 7e9d3a5 commit 648092f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/blog/the-perfect-bug-report.elm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ That’s all there is to it, even if you are embedding Elm in a larger page. I e
102102
103103
## Reliability
104104
105-
Elm is known for having nice error messages, and the debugger is no exception. It will give you helpful feedback if you find yourself in a tricky situation. For example, say you export a session history, but by the time it gets to a developer, the program has changed a bit. Maybe some messages have been renamed or removed in a refactor? Elm can figure this all out at compile-time, so it kindly explains *why* the history is incompatible:
105+
Elm is known for having [nice error messages][errors], and the debugger is no exception. It will give you helpful feedback if you find yourself in a tricky situation. For example, say you export a session history, but by the time it gets to a developer, the program has changed a bit. Maybe some messages have been renamed or removed in a refactor? Elm can figure this all out at compile-time, so it kindly explains *why* the history is incompatible:
106+
107+
[errors]: /blog/compilers-as-assistants
106108
107109
"""
108110

0 commit comments

Comments
 (0)