Posts tagged software-development

Some Django tips and tricks pages that I've found helpful. | Kenji …

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 …

Translating PHP error constants

I wanted to log all the errors thrown out by Fwd:Vault processes to ensure that any bugs I don’t catch myself bubble to the top very quickly. To get started, I replaced PHP’s default error handling with a custom error handler function, …

Original post:
Translating PHP error constants