The Artima Developer Community
Sponsored Link

Articles Forum
Collective Ownership of Code and Text

6 replies on 1 page. Most recent reply: Jan 5, 2004 2:58 PM by David Ramsey

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 6 replies on 1 page
Bill Venners

Posts: 2284
Nickname: bv
Registered: Jan, 2002

Collective Ownership of Code and Text Posted: Nov 30, 2003 9:00 PM
Reply to this message Reply
Advertisement
Ward Cunningham talks with Bill Venners about how he designed wiki to be a model for collective code ownership, collective incentives for pride of ownership, and how to deal with disagreements by eliminating the cost of making mistakes.

Read this Artima.com inteview with Ward Cunningham:

http://www.artima.com/intv/ownership.html

What do you think of Ward's comments?


Sakesun

Posts: 10
Nickname: sakesun
Registered: Aug, 2003

Re: Collective Ownership of Code and Text Posted: Dec 2, 2003 2:39 AM
Reply to this message Reply
This is the best conversion I've read. I wish I work for him.

Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: Collective Ownership of Code and Text Posted: Dec 3, 2003 1:45 PM
Reply to this message Reply
Ward,

In what way does the requirement that all developers have a working knowledge of the complete code-base act as a constraint on the size or complexity of said code-base?

Vince.

Alex J. Champandard

Posts: 5
Nickname: alexjc
Registered: Sep, 2003

Re: Collective Ownership of Code and Text Posted: Dec 4, 2003 6:34 AM
Reply to this message Reply
> In what way does the requirement that all developers have
> a working knowledge of the complete code-base act as a
> constraint on the size or complexity of said code-base?


Place that comment within the context of agile practices. There would be fewer than a dozen developers, so the codebase would be relatively manageable. So, it seems you have to divide large projects into (mostly) independent chunks beforehand.

It's clear that this paradigm of collective code ownership would not scale to huge projects without limiting the size of the group and the sub-project itself.

Alex

Dave Astels

Posts: 32
Nickname: dastels
Registered: Mar, 2003

Re: Collective Ownership of Code and Text Posted: Dec 12, 2003 2:13 PM
Reply to this message Reply
> It's clear that this paradigm of collective code ownership
> would not scale to huge projects without limiting the size
> of the group and the sub-project itself.

I would argue that in many cases the project does not need to be huge in the first place.

Dave

James Tikalsky

Posts: 12
Nickname: jt2190
Registered: Dec, 2003

Re: Collective Ownership of Code and Text Posted: Dec 19, 2003 12:19 PM
Reply to this message Reply
> Place that comment within the context of agile practices.

(My apologies, Andy, for misusing your comment.) It seems to me that this whole concept hinges on an ideal; a project having a staff of knowlegeable, conscientious programmers who respect each others ideas.

The reality is that most people don't know that they don't know. (Please refer to Bruck Eckel's note on incompetence for more on this. http://mindview.net/WebLog/log-0023) Instead of being humble and open-minded, like you Ward, they force their poor ideas on others, and will hear of no complaints from the peons who "clearly aren't intelligent enough to appreciate my brilliance."

The only defense against this is to divy up the code into chunks, so that at the very least, you can get your job done without people rewriting the code out from underneath you.

I know that this is a very cynical view, however, for many of us, this is our day-to-day existence. Those like myself won't stay long in this type of environment; we'll move on to greener pastures. The others, I'm afraid, believe that things are perfect the way they are.

David Ramsey

Posts: 34
Nickname: dlramsey
Registered: Apr, 2002

Re: Collective Ownership of Code and Text Posted: Jan 5, 2004 2:58 PM
Reply to this message Reply
As a separate note, but tied to Ward's article, it's been eye-opening to me to finally understand some of the motivations for existing configuration management (CM) processes.

One thing that's become clearer to me in recent years is that management is hung up on rigid CM processes because the cost of errors has been high. And further, the cost of experimentation in other engineering fields is high. For example, you can breadboard a circuit but that's a long ways from production. And the problem of getting from prototype to production is expensive for hardware, plus mistakes are even more expensive.

With software, there's a change. The cost of mistakes doesn't have to be high (unless we make it high). And the cost of experimentation is relatively low, compared to other engineering fields.

One thing I've been trying to sell to some management people I know is the idea that CM for software is fundamentally different than CM for hardware. They don't want to buy the idea. But more and more, I am becoming convinced that software is a different thing, and that ideas like collective ownership are going to slowly expose this radical difference.

Flat View: This topic has 6 replies on 1 page
Topic: Working the Program Previous Topic   Next Topic Topic: Blocks and Closures in Ruby

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use