All videos
All videos
Designing libraries for source and binary compatibility
April 15, 2018
We have all experienced at least once the dismay of trying to use two libraries, only to discover that they are not binary compatible with each other. The good news is: we can avoid this kind of situation, if we correctly design our libraries and their APIs so that we can evolve them later in binary compatible ways. In this talk, we will first explain what source and binary compatibility are, why they matter, and when. Then, we will give practical advice on designing APIs that can be evolved in backward compatible ways, as well as recommendations for versioning libraries.
Tags
Other videos that you might like

How to waste less time with Sbt
Iulian Dragoș

Serialization toolbox for Akka messages, events and persistent state that helps achieve compile-time guarantee on serializability
Paweł Lipski, Marcin Złakowski

Run Scalac, Run!
Zainab Ali

My Take on Scala 3 by Wiem Zine Elabidine
Wiem Zine Elabidine