Is it better to create your own framework, or would it be best to just use Django or something like that?
1st November 2013
My answer to Is it better to create your own framework, or would it be best to just use Django or something like that? on Quora
You should absolutely use an existing framework such as Django rather than writing your own.
Doing so will let you work faster, and take advantage of code written by others. This will dramatically increase your chances of building a successful website as opposed to spending months tinkering with your own framework rather than solving the unique problems that make your website interesting.
If your site is a big success, you’ll be able to scale Django to meet your demands. There are plenty of huge sites running on Django—such as Pinterest, Instagram, Eventbrite and Disqus. They all end up having their own customisations for scale but that doesn’t mean that they didn’t benefit enormously from using an existing framework rather thank rolling their own from scratch.
Concentrate on getting to a point where your site is so successful that it causes problems. Those are good problems to have!
More recent articles
- Two publishers and three authors fail to understand what "vibe coding" means - 1st May 2025
- Understanding the recent criticism of the Chatbot Arena - 30th April 2025
- Qwen 3 offers a case study in how to effectively release a model - 29th April 2025