The Data Abstraction Talk

By Kevlin Henney

We need to have a talk. A talk about data abstraction.

To what degree should you keep your data private? No, I’m not talking about the societal and security concerns of your personal data, but about your code: to what extent are the incidental decisions of data representation in one piece of code visible to another piece of code?

In theory, the widespread adoption of languages with support for object orientation, modularity and other partitioning constructs should have made developers aware of the practice and benefits of information hiding. In practice, most code makes incidental choices highly visible across codebases, with getters and setters for every field — and public properties that might as well be public fields — and changeable technical details leaked through interfaces.

This talk takes a lot of what data abstraction is, its history, its application, its appearance across different programming paradigms, its relevance in software architecture, dependency management, Domain-Driven Design, API evolution and agile development. Different languages (including C#, C++, Go, Python, JavaScript and lambda calculus) and habits and what they do to support and frustrate abstraction will be considered. For some, this talk will offer support for their current practices; for others, it may come as a reminder or as news.





Your Privacy

By clicking "Accept Non-Essential Cookies" you agree ACCU can store non-essential cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

Current Setting: Non-Essential Cookies REJECTED


By clicking "Include Third Party Content" you agree ACCU can forward your IP address to third-party sites (such as YouTube) to enhance the information presented on this site, and that third-party sites may store cookies on your device.

Current Setting: Third Party Content EXCLUDED



Settings can be changed at any time from the Cookie Policy page.