- May 8, 2012
- 4,217
- 3,728
movl $1,%eax
movl $0,%ebx
int $0x80
jokes aside, i have used js lately and i'm not saying i don't use it at all, but is it any good? no. not at all. there are many reasons why it sucks and i'm not the only one thinking this way.
however its what has been used widely as its very easy and the frameworks attached to it make it even more easy to use for noobs hence why so many people use it.
agreed there is no good alternative currently for certain tasks to update website content dynamically, but its used way too much where its not really required. then there are tons of people loading a whole framework just for 1 function they need and another for 1 more function making everything even more bloated. jquery here and there, at least use vanilla js then and create your own functions.
movl $0,%ebx
int $0x80
jokes aside, i have used js lately and i'm not saying i don't use it at all, but is it any good? no. not at all. there are many reasons why it sucks and i'm not the only one thinking this way.
however its what has been used widely as its very easy and the frameworks attached to it make it even more easy to use for noobs hence why so many people use it.
agreed there is no good alternative currently for certain tasks to update website content dynamically, but its used way too much where its not really required. then there are tons of people loading a whole framework just for 1 function they need and another for 1 more function making everything even more bloated. jquery here and there, at least use vanilla js then and create your own functions.