Confirmed users
513
edits
Klahnakoski (talk | contribs) |
Klahnakoski (talk | contribs) |
||
Line 34: | Line 34: | ||
* The Python version works better with source control; Spoon uses single-large-XML files which are not split by functional group (but admittedly are well behaved with source control) | * The Python version works better with source control; Spoon uses single-large-XML files which are not split by functional group (but admittedly are well behaved with source control) | ||
* Be able to add tests, with a familiar test framework, and verify correctness | * Be able to add tests, with a familiar test framework, and verify correctness | ||
== Update (23 October 2013) == | |||
The Python ETL is a now functional enough for use. The various servers for the public facing bugs has yet to be setup. | |||
This project took more effort than expected. Here are some of the complications that slowed down development. Please keep in mind I only had a couple months of Python before doing this conversion, feel free to take pleasure at my ignorance: | |||
* Python and Javascript property access is different enough to cause a multitude of bugs when just performing naive conversion: For example <nowiki>if (a.b){ ... }</nowiki> |