Facebook is heavily JavaScript based. Why doesn't it rely on jQuery (or any other similar library)?
Edit: Why close this question? this isn't subjective. facebook doesn't use jQuery (or any other framework) for a reason, that i am asking for.
|
Facebook is heavily JavaScript based. Why doesn't it rely on jQuery (or any other similar library)? Edit: Why close this question? this isn't subjective. facebook doesn't use jQuery (or any other framework) for a reason, that i am asking for. |
|||||||||||||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Short answer: You'll have to ask the Facebook development team. Best guesses:
I recognize that none of these answers are very popular. What developer on your team doesn't want to switch to the latest and greatest technology? But when you think about the business case and cost of supporting a framework relative to the size of your business, you have to tread carefully. |
|||||||||
|
|
Facebook doesn't rely on libraries for the exact reason you stated, it is heavily javascript based. Because of this, they want full control and customization of the code that they write. This is so they can write solutions that are specific to their applications, which also allow for efficiency. Efficiency is a huge thing for all sites (and most definitely Facebook) and this way they can easily edit their code easily to perform to their likings. |
|||||||||||||||
|
|
If you want my opinion: I think the only reason is because Facebook was out in 2003/2004, jQuery in 2006. At that point was too late to reconvert all js to jQuery |
|||
|
|
|
In my personal experience its because a lot of big companies feel they are too good to use frameworks, they feel the need to keep everything "in-house" |
|||||||||||
|
|
@yes123: When you build a website that ends up serving half the planet, you will start running into the walls which frameworks of any kind tend to end up imposing. When you make your own custom frameworks, database querying languages, etc., you have a lot more control and can really get down to the business of optimising a site that has to serve extreme amounts of requests per second. There are of course other considerations as well, if everything you work on is open source and publicly available, so are the bugs and inherent weaknesses. Not everyone is so altruistic to submit a fix to the original authors of a framework or library; some would use it to exploit. If your source is essentially closed and proprietary, it makes the task of malicious users that much more tricky. In any event, this isn't really a question for StackOverflow... |
|||||||||||
|
|
They require such a high degree of performance and efficiency that jQuery wont cut it. They need an api that suits solely their needs with no extra unused code or features. |
|||||||||||||
|