Wednesday Nov 21
13:20 –
14:10
Aud 10+11

The Do's and Don'ts of Error Handling

Slides:


Handling errors in programs is tricky.

We want to write systems that work reasonable well even if there are errors in the code. This is possible, and the results have been used in production systems for many years.

This talk outlines the do's and don'ts of error handling. Things you should do if you want to write fault tolerant code, and things you should not do.

I will argue that making fault-tolerant and scalable systems is possible if you have got the system architecture right, bit very difficult otherwise.

I'll share some examples of my favorite programming languages showing how things should be done, and how they should not be done.

programming languages
error handling
Erlang