Javascript codemonkeys who fill web development positions appear to be mostly chads and grrrl programmers.
Are they any good? Why are they attracted to programming? I can't imagine them enjoying the theory. I don't know any good programmers who aren't autists. Then again, I don't think I do know any non-autists.
I see memes about apparently very inefficient and bloated js written by Indians and this wave of normie programmers, but I have not seen specific instances of it.
The skill barrier of webshit is very low and it's very easy to get practical results in a short time and small amount of code, which is probably why it attracts so many normalfags. There's also a lot of job opportunities for it.
If you use any javascript framework then you need to kys, JS is already made for a nigger-tier IQ and attention span, you don't need to stick a megabyte of bloat inbetween it.
Austin White
jQuery is just fine. Operating the DOM using vanilla JS is just a pain in the ass. Easy, but painful. Specially if you want to keep cross-browser compatibility with older IE.
Oliver Campbell
Any webdev cuck shit is for shit programmers.
Matthew Johnson
If you're solo-developing a webapp there's nothing wrong with a light JS framework. If you're using something like react which requires 16GB of ram to load a few lines of text you should kys, but using something like jquery to lighten your workload is fine. I'd much rather spend my time working in the backend, and developing new features rather than writing javascript
Mason Powell
What a shitty website.
William Reed
JQuery is simply a syntax enhancer for DOM manipulation which can make things easier. I personally stray away from "frameworks" like React, Vue, Angular, etc, because I don't need some opinionated constraint on how to develop my interfaces, I can wire everything myself through my own patterns and with the help of a few libraries, like Handlebars for instance, for templating. I did try Vue, made some small demos with it, found the documentation pretty good and quite a few "aha this is nice!" moments, but in the end it didn't seem like something I'd want to build advanced projects with. I understand it could act as some sort of common way of building things that could ease collaboration though, plus the "reusable components" concept is nice, but I could just abstract those in standalone libs/files.
Eli Powell
when finishing college in comp sci. I dropped in a job doing a web-based application. I went back in uni in math because after a bunch of months it felt brain dead and all I did was hearing complain from clients. My daily life of programming was mostly about building UI in a large clusterfuck and making change in a broken SQL database by it's rushed design.
Jaxon Nelson
Do you prefer isEven or isOdd dependency? Personally, I prefer isEven because of the redundancy, but I know some people who swear by isOdd. To each his own I guess.
I just looked up string concentation in ruby on toiletoverflow and it seems that both + and
Adam Evans
No. I either use modulo or write my own function in my utils file.
Logan Howard
Well I've written big projects with and without JQuery. I can do both. For new future projects I'd still consider using it, because it does make some things easier, plus the project is still very actively maintained, don't think it's going away.
Benjamin Collins
The problem with isEven/isOdd is that they do too little for a single lib. You should instead have an eg "numutils" lib that provides common ops like parity checking, factorial, etc. JQuery on the other hand could reasonably be accused of providing too many different utilities, especially when you drag in jquery UI.
Christian Peterson
How do you make that java debugging menu appear. Plz no bully.
Christian Thomas
That's javascript, and those are the dev tools. I open them with F12.