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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Can you deliver value faster using Ruby or .NET?

3 点作者 Donmario超过 8 年前
I have two different teams in my organization, one works with Ruby and the other with .NET. We need to switch one of them to Ruby or to .NET. How can we compare which technology is a better, faster choice for delivering value in the long term?

2 条评论

gtsteve超过 8 年前
Is this a SaaS company, a company that delivers applications for clients, a development team in a non-software company?<p>Both languages have a rich development ecosystem, but I would vote for .NET on the basis that C#, the most common .NET language is statically typed. This is a significant productivity boost for developers, as the integrity of your program is checked at compile-time as opposed to run-time.<p>Source: <a href="http:&#x2F;&#x2F;programmers.stackexchange.com&#x2F;questions&#x2F;10032&#x2F;dynamically-vs-statically-typed-languages-studies" rel="nofollow">http:&#x2F;&#x2F;programmers.stackexchange.com&#x2F;questions&#x2F;10032&#x2F;dynamic...</a><p>You can also theoretically reuse any existing Ruby libraries with IronRuby but I don&#x27;t know how good that is because I&#x27;ve never done it.<p>There are licensing costs with .NET but these are usually not significant if the company is well-established. Considering your company can apparently afford two teams that would appear to be the case.<p>Note: I have been a .NET developer for the last 6 years, and while I have used Ruby on Rails and Chef a fair bit, I may have missed some important features of Ruby. I&#x27;d love to know if there are any killer features that I have overlooked.
评论 #12651645 未加载
tboyd47超过 8 年前
Just curious -- why is it not possible to use both?
评论 #12651682 未加载