HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jessegreathouse

no profile record

comments

jessegreathouse
·hace 10 años·discuss
Then there is only 1 Python framework? Dumb comment. I was talking about architectures not syntax.
jessegreathouse
·hace 10 años·discuss
I just get tired of seeing the same thing play out time and time again. Developer A picks Django because business described a project that can easily be handled by CRUD and thinks the Admin will be perfect for product owners and users to manage their data. 6 months go by, Product owners go off the rails of the original requirements, request changes to the admin and/or changes to the data source and/or changes that require a fundamentally different data model. Developer A bails and Developer B, C, and D get stuck with this mess that should be been developed with a more flexible solution. The more people use Django without recognizing this, the more I want to not even look at Python shops.
jessegreathouse
·hace 10 años·discuss
Python is a language that gives us a lot of liberty in how we solve problems, but Django is a set of cookie cutters for doing things a certain way. Django's cookie cutter patterns and extensions don't lend themselves well to doing things outside the way that Django intended them to. It's why a lot of us prefer Flask or Pyramid as framework of choice.

http://nando.oui.com.br/2014/04/04/why_i_sort_of_dislike_dja...
jessegreathouse
·hace 10 años·discuss
The good news is that it's "real-time Django". The bad news is that it's Django.