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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Outside.in switches to Rails

14 点作者 toffer超过 17 年前

3 条评论

guy_davis超过 17 年前
Definitely aston. I love Rails and am using it for my personal project (<a href="http://www.babynamemap.com/" rel="nofollow">http://www.babynamemap.com/</a>). However, every time I've been given the opportunity to "rewrite" some big feature/app/module, the 2nd attempt is hugely improved. It's always tighter, even when rewriting in the same language.<p>Simply having a better understanding of the problem domain and total solution makes the 2nd pass a better implementation. I'd guess the bulk of the benefits Outside.in experienced are due that "rewrite effect". Rails no doubt contributed though since it is a nice framework.
aston超过 17 年前
Were the code savings due to the change of language or the rewrite itself? My experience with PHP and Ruby leads me to believe that basically anything Rails does can be done on the LAMP stack assuming you have the discipline.
thomasfl超过 17 年前
This topic could be the basis of a great master thesis or paper. To what extent is a programming language and a framework useful for golf programming, ie as few lines of code as possible.