SnowSpider / cs373-wc

Create a Google App Engine (GAE) app with Python that emulates IMDB to track world crises.
1 stars 1 forks source link

Implementation #70

Open SnowSpider opened 12 years ago

SnowSpider commented 12 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.