Tagged Questions
4
votes
3answers
261 views
Strategy for backwards compatibility of persistent storage
In my experience, trying to ensure that new versions of an application retain compatibility with data storage from previous versions can often be a painful process.
What I currently do is to save a ...