Coding Tips & Tricks
Posts tagged iphone
Some Django tips and tricks pages that I've found helpful. | Kenji …
May 28th
Small Django tips from one newbie to another: Another older article, this one also emphasizes the need for unit testing, and gives some examples (with code) about how to go about this. It also discusses ways to manage frequent model …
Read the original:
Some Django tips and tricks pages that I've found helpful. | Kenji …
Reporting Crashes in IMVU: Part II: C++ Exceptions | Chad Austin
Feb 22nd
If the C++ functions called from updateAnimations() or redrawWindows() raise a C++ exception, it will be caught by the Python error-handling code and reported to us the same way Python exceptions are. …
See more here:
Reporting Crashes in IMVU: Part II: C++ Exceptions | Chad Austin