The Billion-Dollar Fix: Safe Modular Circular Initialisation with Placeholders and Placeholder Types

Date

Authors

Servetto, Marco
Mackay, Julian
Potanin, Alex
Noble, James

Journal Title

Journal ISSN

Volume Title

Publisher

Springer

Access Statement

Research Projects

Organizational Units

Journal Issue

Abstract

Programmers often need to initialise circular structures of objects. Initialisation should be safe (so that programs can never suffer null pointer exceptions or otherwise observe uninitialised values) and modular (so that each part of the circular structure can be written and compiled separately). Unfortunately, existing languages do not support modular circular initialisation: programmers in practical languages resort to Tony Hoare's "Billion Dollar Mistake": initialising variables with nulls, and then hoping to fix them up afterward. While recent research languages have offered some solutions, none fully support safe modular circular initialisation.  We present placeholders, a straightforward extension to object-oriented languages that describes circular structures simply, directly, and modularly. In typed languages, placeholders can be described by placeholder types that ensure placeholders are used safely. We define an operational semantics for placeholders, a type system for placeholder types, and prove soundness. Incorporating placeholders into object-oriented languages should make programs simultaneously simpler to write, and easier to write correctly.

Description

Keywords

Citation

Source

Book Title

ECOOP 2013, Object-Oriented Programming - 27th European Conference, Proceedings

Entity type

Publication

Access Statement

License Rights

Restricted until