Third-party open-source projects in .NET and Ruby and NIH syndrome

Posted by Anton Gogolev on Programmers See other posts from Programmers or by Anton Gogolev
Published on 2011-05-20T21:46:49Z Indexed on 2011/06/24 0:31 UTC
Read the original article Hit count: 481

Filed under:
|
|

The title might seem to be inflammatory, but it's here to catch your eye after all.

I'm a professional .NET developer, but I try to follow other platforms as well. With Ruby being all hyped up (mostly due to Rails, I guess) I cannot help but compare the situation in open-source projects in Ruby and .NET.

What I personally find interesting is that .NET developers are for the most part severely suffering from the NIH syndrome and are very hesitant to use someone else's code in pretty much any shape or form. Comparing it with Ruby, I see a striking difference. Folks out there have gems literally for every little piece of functionality imaginable. New projects are popping out left and right and generally are heartily welcomed.

On the .NET side we have CodePlex which I personally find to be a place where abandoned projects grow old and eventually get abandoned. Now, there certainly are several well-known and maintained projects, but the number of those pales in comparison with that of Ruby.

Granted, NIH on the .NET devs part comes mostly from the fact that there are very few quality .NET projects out there, let alone projects that solve their specific needs, but even if there is such a project, it's often frowned upon and is reinvented in-house.

So my question is multi-fold:

  • Do you find my observations anywhere near being correct?
  • If so, what are your thoughts on quality and quantitiy of OSS projects in .NET?
  • Again, if you do agree with my thoughts on "NIH in .NET", what do you think is causing it?
  • And finally, is it Ruby's feature set & community standpoint (dynamic language, strong focus on testing) that allows for such easy integration of third-party code?

© Programmers or respective owner

Related posts about .NET

Related posts about open-source