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
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024