|
|
|
Ask YC: Javascript and server-side programming, which is harder for you?
|
|
1 points
by cmallen
5961 days ago
|
|
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.) |
|
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!