December 2010
1 post
2 tags
Rails > Django
Thanks to the new job at bandwidth I’m reacquainting myself with ruby
and Rails. After a few weeks of cramming Rails books; I’ve come to a
conclusion: Rails is simply much better than Django for my development
style. Why?
Convention over configuration
In Django, you can configure everything about the web application but
you also have to configure everything. That makes the Django
powerfully...