dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.6K
active users

#exceptionhandling

0 posts0 participants0 posts today
Harald<p>To throw or not to throw in TypeScript. Some thoughts:</p><p><a href="https://codeberg.org/harald/Codeschnipselnotizen/src/branch/main/typescript/ToThrowOrNotToThrow.md" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/harald/Codeschnip</span><span class="invisible">selnotizen/src/branch/main/typescript/ToThrowOrNotToThrow.md</span></a></p><p><a href="https://nrw.social/tags/typescript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>typescript</span></a> <a href="https://nrw.social/tags/java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>java</span></a> <a href="https://nrw.social/tags/exceptions" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>exceptions</span></a> <a href="https://nrw.social/tags/ExceptionHandling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ExceptionHandling</span></a></p>
Zee<p>OK, so you have a website. People visit it. </p><p>Their browsers have extensions.</p><p>Their extensions throw <a href="https://sfba.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> errors!</p><p>How do you filter these annoying not-related-to-your-application errors out of your exception tracking?</p><p>We use <a href="https://sfba.social/tags/GetSentry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GetSentry</span></a> and there's so much noise at hundreds-to-thousands of concurrent users that it's a bit exhausting.</p><p><a href="https://sfba.social/tags/AskFedi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AskFedi</span></a> <a href="https://sfba.social/tags/Observability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Observability</span></a> <a href="https://sfba.social/tags/ExceptionHandling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ExceptionHandling</span></a> <a href="https://sfba.social/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://sfba.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a> (<a href="https://sfba.social/tags/Sentry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Sentry</span></a> <a href="https://sfba.social/tags/SentryIO" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SentryIO</span></a>)</p>
lispm<p><a href="https://moth.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://moth.social/tags/exceptionhandling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>exceptionhandling</span></a> <a href="https://moth.social/tags/mdl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mdl</span></a> <a href="https://moth.social/tags/maclisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maclisp</span></a> one question in the history of programming languages is: where did "finally" (see for example "finally" in Java) appear first? So far I have found two early documented variants: UNWIND in MDL (1977) and UNWIND-PROTECT in Maclisp/NIL/Lisp Machine Lisp (1978). Is there anything earlier?</p><p><a href="https://langdev.stackexchange.com/questions/3138/the-history-of-finally-in-exception-handling" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">langdev.stackexchange.com/ques</span><span class="invisible">tions/3138/the-history-of-finally-in-exception-handling</span></a></p>