C++ const and Immutability: An Empirical Study of Writes-Through-const
ECOOP, pp. 8:1-8:25, 2016.
EI
Abstract:
The ability to specify immutability in a programming language is apowerful tool for developers, enabling them to better understand andmore safely transform their code without fearing unintended changes to program state. The C++ programming language allows developers tospecify a form of immutability using the const keyword. In this work, ...More
Code:
Data:
Tags
Comments