TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

1 点作者 cmallen超过 15 年前
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 条评论

mazesoul超过 15 年前
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!
babyshake超过 15 年前
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 未加载
gexla超过 15 年前
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 未加载
GrandMasterBirt超过 15 年前
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 未加载