| date: | 2008-11-08 13:17:08 |
|---|---|
| category: | Technology News |
The SD Times article (Python 3.0 won’t be compatible... ) was very helpful – crisp, to the point, management-friendly coverage. [For some additional thoughts, see the Python 3.0 and Language Evolution question on Stackoverflow.]
This applied to what we’re building at work. Here’s the best part. When I started on my “it’s not broke but we still need to fix it” rant, the business owner stopped me and said, “years of delaying maintenance got us into trouble over and over again. This time we’re doing it right.”
One of the reasons is that the risk of change with Python is so small.
Here’s our plan.
What are the risks?
None, to speak of.
First, it’s open source. We have all the source. We can lock down our current environment without any difficulty or additional cost.
Second, it’s so open that finding and fixing problems is easy. There’s no “legacy DLL” or “JAR file of unknown provenance” that limits our ability to find and fix problems.
Third, it’s so flexible that fixing bugs in our stuff is as easy as fixing bugs in the components we’re using. Since we have extensive patches to the Django-REST Interface , we’re getting good at this “patch the source” world.