VincentSteil / World_Crisis_DB

Creating a database for world crises similar to what IMDB is for movies that can be navigated in a similar manner. Parsed and accessed through python and initially stored in XML and validated against an XSD. The XML is converted in MySQL later on.
1 stars 0 forks source link

Implementation #26

Closed mduban closed 11 years ago

mduban commented 11 years ago

Use assert to check pre-conditions, post-conditions, argument validity, return-value validity, and invariants. Worry about this last, but your program should run as fast as possible and use as little memory as possible.

mduban commented 11 years ago

Done and working on the Acceptance Tests provided, unit tests, some tests of others and our XML instance.