|
|
|
|
|
by malandrew
4813 days ago
|
|
Most of the "to do X in browser Y" apply to older browsers (cough IE6 cough) and is rarely an issue in newer browsers which have been much better about following standards. If you use automated testing and do cross browser testing via Karma or JS TestDriver, you'll spot the very rare cross browser gotcha. TBH with an attitude like that, you're keeping yourself dependent on jQuery and therefore preventing yourself from progressing as a professional software engineer. |
|
No, jQuery may not be around forever...but then again browsers might not be around forever. Should one be completely dependent on jQuery? Probably not. But should one discount the level of genius that's been input into something like jQuery? Sure, if you think that you can write something better than their team. And that brings me to my main point:
jQuery isn't just "Easier." In most cases, it's BETTER.
"Oh but I can write in ajax functionality that's faster/ follows standards/ etc."
Great, but while the edge case dev is doing that 100 others have released their product. And I honestly doubt that whatever the edge case developer has written is THAT much better than what the jQuery team has written.
The best software engineers, especially in a high-paced entrepreneur role, GET SHIT DONE.