Forem

# exceptions

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Avoiding NullPointerException
Cover image for Avoiding NullPointerException

Avoiding NullPointerException

13
Comments
5 min read
Code Smell 26 - Exceptions Polluting
Cover image for Code Smell 26 - Exceptions Polluting

Code Smell 26 - Exceptions Polluting

4
Comments
2 min read
Either Types for Rust
Cover image for Either Types for Rust

Either Types for Rust

7
Comments 3
4 min read
Mostrar excepciones de una API en Laravel.
Cover image for Mostrar excepciones de una API en Laravel.

Mostrar excepciones de una API en Laravel.

11
Comments 1
1 min read
Show API exceptions in Laravel.
Cover image for Show API exceptions in Laravel.

Show API exceptions in Laravel.

10
Comments
1 min read
Handle errors with your convention in ASP.NET Core

Handle errors with your convention in ASP.NET Core

10
Comments
4 min read
Throwing exceptions vs Returning failure object

Throwing exceptions vs Returning failure object

5
Comments 2
1 min read
Why should we always catch exceptions by reference?

Why should we always catch exceptions by reference?

10
Comments
4 min read
Unchecked vs checked exception (with FP glasses)
Cover image for Unchecked vs checked exception (with FP glasses)

Unchecked vs checked exception (with FP glasses)

7
Comments 7
4 min read
Clean Code: Exceptions e Tratamentos de Erros

Clean Code: Exceptions e Tratamentos de Erros

39
Comments
5 min read
This week in Rails

This week in Rails

19
Comments 2
2 min read
Either Types as an alternative to throwing exceptions in Kotlin

Either Types as an alternative to throwing exceptions in Kotlin

3
Comments
5 min read
Demystifying Exceptions

Demystifying Exceptions

13
Comments
5 min read
Custom exceptions with JS
Cover image for Custom exceptions with JS

Custom exceptions with JS

85
Comments 13
3 min read
Working with custom exceptions in namespaced files

Working with custom exceptions in namespaced files

6
Comments
2 min read
🐞 Catch exceptions in Flutter with Catcher & Sentry
Cover image for 🐞 Catch exceptions in Flutter with Catcher & Sentry

🐞 Catch exceptions in Flutter with Catcher & Sentry

6
Comments
2 min read
Catching every single exception with Python

Catching every single exception with Python

62
Comments 10
4 min read
pytest Exceptions - Part I

pytest Exceptions - Part I

6
Comments
2 min read
Exception Factories for better code
Cover image for Exception Factories for better code

Exception Factories for better code

9
Comments
2 min read
Exception Handling and Logging

Exception Handling and Logging

7
Comments
9 min read
Exceptions in control flow in R

Exceptions in control flow in R

12
Comments
7 min read
An Approach To Handling Errors in a ReasonML Express Web App

An Approach To Handling Errors in a ReasonML Express Web App

14
Comments
7 min read
Ruby's redo, retry and next keywords
Cover image for Ruby's redo, retry and next keywords

Ruby's redo, retry and next keywords

39
Comments
2 min read
Ensuring execution, retrying failures and reraising exceptions in Ruby
Cover image for Ensuring execution, retrying failures and reraising exceptions in Ruby

Ensuring execution, retrying failures and reraising exceptions in Ruby

40
Comments
5 min read
Rescuing exceptions in Ruby
Cover image for Rescuing exceptions in Ruby

Rescuing exceptions in Ruby

29
Comments
3 min read
loading...