Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #43768

Re: The node.js Community is Quietly Changing the Face of Open Source

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: The node.js Community is Quietly Changing the Face of Open Source
Date 2013-04-17 18:47 +0200
References <mailman.670.1366128153.3114.python-list@python.org> <516e685a$0$29872$c3e8da3$5496439d@news.astraweb.com>
Newsgroups comp.lang.python
Message-ID <mailman.729.1366217280.3114.python-list@python.org> (permalink)

Show all headers | View raw


Steven D'Aprano, 17.04.2013 11:16:
> If you look at the node.js site, the first thing that jumps out at me is 
> that the culture encourages churning out packages rather than encouraging 
> quality packages. The front page offers author recognition for being 
> prolific, but not for writing good code. Good (or at least *popular*, 
> which is not the same thing) packages get their name on the front page, 
> but *authors* get their name on the front page by writing loads of 
> packages regardless of quality.
> 
> The current most prolific author is Sindre Sorhus, and if you look at his 
> list of packages, you will see a certain amount of replication. This is 
> what happens when you reward people for quantity:
> 
> 
> # generator-jasmine  Yeoman generator for Jasmine
> # generator-webapp Default Yeoman generator for scaffolding out a front-
> end web app
> # generator-testacular Yeoman generator for Testacular
> # generator-chromeapp Yeoman generator for Chrome App
> # generator-angular Yeoman generator for AngularJS
> # generator-mocha Yeoman generator for Mocha
> # generator-bbb Yeoman generator for Backbone Boilerplate
> # generator-backbone Yeoman generator for Backbone.js
> 
> 
> https://npmjs.org/~sindresorhus
> 
> I wonder, how much copy-and-pasting between packages does he do?

It's possible that the answer is "none", and that you actually need to
install all of his packages in order to make use of one.

Stefan

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

The node.js Community is Quietly Changing the Face of Open Source Rodrick Brown <rodrick.brown@gmail.com> - 2013-04-16 12:02 -0400
  Re: The node.js Community is Quietly Changing the Face of Open Source Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-04-17 09:16 +0000
    Re: The node.js Community is Quietly Changing the Face of Open Source Stefan Behnel <stefan_ml@behnel.de> - 2013-04-17 18:47 +0200

csiph-web