Error handling
Readings
- Pre-recorded lectures
- Chapter 17 of textbook.
- Class notes on error handling.
- Source codes used in class.
- Exception handling in programming languages
- Exception handling in Python
- Exception handling implementation in a C++ compiler
- Programming in Standard ML, Standard ML exceptions (Chapter 12)
Topics covered
- Error handling.
- Different kinds of error handling and examples.
- Exceptions.
- Exceptions in the wild (C++, SML, Python).