ORMs are great for helping a startup create a product quickly. The downside is that they make it incredibly easy to litter your codebase with code like this: post = BlogPost.objects.get(id=post_id) This seems relatively innocent at first, but, as your codebase grows you'll find it suffers from a few problems: ...
Read more
« NewerOlder »
Colin Howe
I'm Colin. I like coding, ultimate frisbee and startups. I am VP of engineering at Conversocial