We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf86b6b commit abb0893Copy full SHA for abb0893
spec/errors.dd
@@ -139,7 +139,7 @@ $(DL
139
140
$(DT It is easy to make the error handling source code look good.)
141
$(DD The try/catch/finally statements look a lot nicer than endless
142
- if (error) goto errorhandler; statements.)
+ `if (error) goto errorhandler;` statements.)
143
)
144
145
How does this meet our assumptions about errors?
@@ -175,7 +175,7 @@ $(DL
175
176
177
Using exceptions to handle errors leads to another issue - how to write
178
-exception safe programs. $(DPLLINK exception-safe.html, Here's how).
+exception safe programs. $(LINK2 $(ROOT_DIR)articles/exception-safe.html, Here's how).
179
180
$(COMMENT
181
$(OL
0 commit comments