Tagged Questions

1
vote
2answers
66 views

What pre-engineering do you do to ensure data compatibility for future versions of your app?

I am doing some significant refactoring and feature-adding on a project, and have just broken backwards compatibility with my data. I did it by creating a bunch of subclasses from the class that I ...