TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask YC: Javascript and server-side programming, which is harder for you?

1 pointsby cmallenover 15 years 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.)<p>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.<p>Does anyone else find js work more difficult, relatively speaking, than typical server-side work?<p>(And yes, I use jquery.)

4 comments

mazesoulover 15 years ago
I've done both and front-end work is definitelly harder. If you do RIA with a lot of ajax updates, need to keep state and handle events, it becomes even more complex.<p>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.<p>I've yet to encounter a project where the inverse will be true. End-Users are so ingenious!
babyshakeover 15 years ago
Javascript tends to be harder to debug. It's pretty rare that it takes me more than a few minutes to figure out why a sever-side error is occurring, even if it takes longer to fix the problem.
评论 #1135874 未加载
gexlaover 15 years ago
What about JS server-side programming? ;)<p>I 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.
评论 #1135817 未加载
评论 #1135750 未加载
GrandMasterBirtover 15 years ago
For me javascript is harder. Actually server-side is javascript too. Client-side js is harder because of browser issues, and the fact that client-side js I worry about more things like performance because the client can have a piece of shit pentium 4 workstation with ie6.
评论 #1135753 未加载