|
|
|
|
|
by nhoj
6005 days ago
|
|
As an inexperienced jQuery user I expected more from the article. I have nothing against the author having issues with style but don't call them code smells. Wikipedias definition of code smell: "In computer programming, code smell is any symptom in the source code of a program that possibly indicates a deeper problem." I don't see the deeper problems with the smells the article brings up and if there are any the article could've done a better job explaining them. |
|
People use $ within loops without a second thought. Why wouldn't they.
It makes for quite ugly inefficient code IMHO. Having said that, it does fill a niche for people who don't want to sit down and learn javascript.