Skip to content

Commit

Permalink
replace youtube short with twitter video
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Oct 14, 2024
1 parent 9a868c3 commit d55676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/try-catch-finally-is-bad.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# try, catch, finally is bad

<YouTube videoId="SOE07gzHt1w" />
<blockquote className="twitter-tweet"><p lang="en" dir="ltr">try catch blocks are just confusing <a href="https://t.co/IFaLOtV2nr">pic.twitter.com/IFaLOtV2nr</a></p>&mdash; Sam Meech Ward (@Meech_Ward) <a href="https://twitter.com/Meech_Ward/status/1845303890901860558?ref_src=twsrc%5Etfw">October 13, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

I think throwing exceptions is nice, I like that an exception breaks control flow and I like exception propogation. The only thing I don't like catching exceptions.

Expand Down

0 comments on commit d55676e

Please sign in to comment.