#exceptionhandling — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #exceptionhandling, aggregated by home.social.
-
🚨 Oh no, another "expert" tries to unravel the enigma of the mystical 72 KB #C++ #malloc allocation and ends up drowning in a sea of jargon. 🌊 Instead of solving the "mystery", we're treated to a riveting tale of exception handling and a memory pool that could rival the Bermuda Triangle's complexity. 🙄 Spoiler alert: it's just C++ being C++.
https://joelsiks.com/posts/cpp-emergency-pool-72kb-allocation/ #expert #analysis #memorypool #exceptionhandling #HackerNews #ngated -
Handling errors in some programming languages is a pain in the arse because unexpected errors bubble up at you as exceptions from unexpected procedures. Other than reading the documentation or reading the source code, there is no way of knowing that in advance. Maybe using 3rd party tools, I don't know, but that's also a huge pain in the arse.
Both the PNG export and SVG source file are provided.
#exceptionhandling
#exceptions
#meme
#memes
#scheme
#whycantiholdalltheselimes -
Master error handling in Ruby 🛠️
Our latest guide breaks down try-catch and exception handling with clear examples.
Read more 👉 railscarma.com/blog/ruby-try-catch-explained-exception-handling-in-ruby/
#Ruby #ExceptionHandling #RailsCarma #RubyTips -
To throw or not to throw in TypeScript. Some thoughts:
https://codeberg.org/harald/Codeschnipselnotizen/src/branch/main/typescript/ToThrowOrNotToThrow.md
-
Raising Exceptions in Odoo: Discover our comprehensive tutorial that explains robust exception handling in Odoo. Learn active coding techniques, review real-world examples, and follow best practices for secure, efficient application development. #Odoo #ExceptionHandling
https://teguhteja.id/raising-exceptions-in-odoo-tutorial-guide/
-
@androidweekly Thanks for sharing my YouTube channel's latest video about Exception Handling in Kotlin best practices. 💕😝
-
OK, so you have a website. People visit it.
Their browsers have extensions.
Their extensions throw #JavaScript errors!
How do you filter these annoying not-related-to-your-application errors out of your exception tracking?
We use #GetSentry and there's so much noise at hundreds-to-thousands of concurrent users that it's a bit exhausting.
#AskFedi #Observability #ExceptionHandling #Programming #WebDev (#Sentry #SentryIO)
-
Dive into exception handling in C++! Discover how to create robust programs using try/catch blocks, throw exceptions, and safely manage user input. Perfect for beginners and intermediate coders alike. Boost your C++ skills today! #CPP #ExceptionHandling
https://teguhteja.id/exception-handling-cpp-mastering-try-catch-blocks/
-
Dive into C++ exception handling! Learn to write safer, more reliable code with try, catch, and throw. Master error management techniques for robust software development. #CPP #ExceptionHandling #CodingTips
https://teguhteja.id/exception-handling-in-cpp-mastering-error-management/
-
#Python #ExceptionHandling
Master exception handling it! Learn to anticipate and manage errors, create robust code, and enhance user experience. Dive into try/except blocks, handle multiple exceptions, and validate user input. Level up your Python skillshttps://teguhteja.id/mastering-exception-handling-in-python-keep-your-code-running-smoothly/
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Let's Program live: Joy and Pain of Concurrency with C++11 and C++20 by Nico Josuttis
https://cpponsea.uk/2024/sessions/lets-program-live-joy-and-pain-of-concurrency-with-cpp11-and-cpp20
Register now at https://cpponsea.uk/tickets/
#multithreading #concurrency #exceptionhandling #cpp #cplusplus
-
C++OnSea 2024 SESSION ANNOUNCEMENT: Let's Program live: Joy and Pain of Concurrency with C++11 and C++20 by Nico Josuttis
https://cpponsea.uk/2024/sessions/lets-program-live-joy-and-pain-of-concurrency-with-cpp11-and-cpp20
Register now at https://cpponsea.uk/tickets/
#multithreading #concurrency #exceptionhandling #cpp #cplusplus
-
Learn how to add exception handling by using D365 try catch statements. Without exception handling, when an error occurs the system will stop the process entirely. However, with the right code, you can ensure the system skips past invalid records and continues to process all records that are valid.
#Dynamics365 #Dynamics365Musings #MSDyn365 #MSDyn365Community #DYN365O #D365FO #Microsoft #d365ug #xppgroupies #D365 #TryCatch #ExceptionHandling #ErrorHandling #Deadlocks #UpdateConflicts #Retry #Finally #NestedTryCatch
https://dynamics365musings.com/d365-try-catch-statements -
#lisp #exceptionhandling #mdl #maclisp 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?
https://langdev.stackexchange.com/questions/3138/the-history-of-finally-in-exception-handling
-
Laut einer Umfrage von JetBrains ist das einfachere Abfangen mehrerer Exceptions das meistgefragte Feature für die Weiterentwicklung von Kotlin.
Programmiersprache: Vorweihnachtlicher Wunschzettel für Kotlin