Supporting Maintainable Exception Handling with Explicit Channels

Supporting Maintainable Exception Handling with Explicit Channels

A Novel Exception Handling Model for Building Robust and Modular Software Systems

Versandkostenfrei!
Versandfertig in 6-10 Tagen
51,99 €
inkl. MwSt.
PAYBACK Punkte
26 °P sammeln!
Exception handling mechanisms were conceived as a means to improve maintainability and reliability of programs that have to deal with exceptional situations. They are included in several mainstream programming languages and promote a certain degree of textual separation between normal and exceptional behaviour. Even though maintainability and reliability motivated the adoption of exception handling, several studies indicate that achieve them is difficult in real-life exception handling implementations. Our claim is that this difficulty is caused by the local way in which global exceptions are ...