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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Reality is an illusion – .NET OSS is hard

2 点作者 maheshs超过 11 年前

1 comment

Procrastes超过 11 年前
Insightful article, but it leads right up to the author&#x27;s blind spot. (It&#x27;s always easier to see other people&#x27;s blind spots than my own.)<p>He asks why not more OSS in C#? Then he makes a case for VS == C#, which he defends well enough, although there are some counter examples. He argues that the answer is that adding VS components is hard, so it&#x27;s hard to add things for C#.<p>I think he&#x27;s very close, but still missing the elephant in the room. Hackers often write things for themselves first. We tinker with out editors our environments our OS --everything.<p>People who love C#, generally love VS. Which means they aren&#x27;t as interested in customizing their editor, or really their environment, and the tools and environment actively discourage it by becoming unstable when you monkey with it too much. Then how do you fix it?<p>You don&#x27;t have the source.<p>That&#x27;s the elephant in the room. OSS has difficulty spontaneously starting in the C# community because people who love C# are more likely to be OK with not having the source to their development environment, OS, applications etc. It&#x27;s just not a priority.<p>Most people who want to tinker are likely to wander out of the MS planned city and go build their own hut out in the wilderness. We&#x27;ve just learned to build some very nice huts. :)