Ask YC: Javascript and server-side programming, which is harder for you?
I work as a django/python programmer by day, although I do my fair share of front-end work (mostly template building/cleaning and ajax/javascript/jquery.)
Although I've been programming for over half my life, I find that of all the things I do on a regular basis, it's doing DOM manipulation post-ajax call that forces me to do the most mental-judo.
Does anyone else find js work more difficult, relatively speaking, than typical server-side work?
(And yes, I use jquery.)
8 comments
[ 2.6 ms ] story [ 30.8 ms ] threadI imagine if you were a front-end JS programmer by day but doing your fair share of Python / Django then the JS would be a bit easier.
That said, I've hacked around with node.js.
Server-side js is something I'd like to do more of, but I rarely have an excuse to whip it out, at home or work. I'm in the process of learning rails with an old friend at home, simply for a change of pace.
Historically, backend work has always been a piece of cake for me: receive data, persist it, return updated data, start over. This is way simpler.
I've yet to encounter a project where the inverse will be true. End-Users are so ingenious!