Would it be possible to create an open source software library, entirely developed and moderated by an open community?

Posted by Steven Jeuris on Programmers See other posts from Programmers or by Steven Jeuris
Published on 2011-11-16T15:14:33Z Indexed on 2011/11/16 18:12 UTC
Read the original article Hit count: 260

Filed under:
|

Call it democratic software development, or open source on steroids if you will.

I'm not just talking about the possibility of providing a patch which can be approved by the library owner. Think more along the lines of how Stack Exchange works. Anyone can post code, and through community moderation it is cleaned up and eventually valid code ends up in the final library.

For complex libraries an elaborate system should probably be created, but for a simple library it is my belief this is already possible even within the Stack Exchange platform.

Take a library of extension methods for .NET for example. Everybody goes their own way and implements their own subset of what they feel is important, open-source library or not. People want to share their code, but there is no suitable platform for it. extensionmethod.net is the result of answering this call for extension methods, but the framework hopelessly falls short; there is no order, or structure at all.

You don't know whether an idea is any good until you try it, so I decided to create an Extension Methods proposal on Area51. I belief with proper moderation, it could be possible for the site to be more than a Q&A site, and that an actual library (or subsets of it) could be extracted from it.

  1. Has anything like this been attempted before?
  2. Are there platforms better suited for this?

© Programmers or respective owner

Related posts about open-source

Related posts about Community