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
- Gemini 2.0 Flash: An outstanding multi-modal LLM with a sci-fi streaming mode - 11th December 2024
- ChatGPT Canvas can make API requests now, but it's complicated - 10th December 2024
- I can now run a GPT-4 class model on my laptop - 9th December 2024