Tagged Questions
The forwards-compatibility tag has no wiki summary.
2
votes
4answers
135 views
What version of Python should I be using to develop web applications?
Currently I have python 3.1.1 installed on my system, same version on my server with WSGI 3.0 running on Apache 2.2.
I want to keep using python 3.1, but I'm finding that lots of libraries/frameworks ...
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 ...