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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Practical Tips for Hiring Ruby Web Developers

11 点作者 keyist将近 14 年前

3 条评论

SlyShy将近 14 年前
Even if you aren't hiring, I think this is an excellent article to read. These are practical skills to practice, and I'll certainly be keeping them in mind before going into an interview.
hammerdr将近 14 年前
Good article. I disagree with making "Corner case identification" a major element of your sample coding session. While its great for developers to consider "what happens when X goes wrong", I've definitely spent time with programmers who spend more time thinking and writing about the 'what ifs' instead of writing useful code.<p>Overly defensive programming leads to code that is _never_ executed. That is wasted code, time and money.<p>So, in his example, considering that the twitter api may go down and how to handle that is probably a good thing. Trying to self-heal if Twitter suddenly changes their API is probably a waste of time.
hkarthik将近 14 年前
Good article with a lot of great tips. But I'd like to see a follow up that elaborates on the practice of hiring experienced developers who don't know Ruby. Many of these questions wouldn't apply in that case and it would be hard to detect any warning flags in that case.