Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Father of Wiki Speaks on Collaborative Development 55

An anonymous reader writes "eWeek is reporting that Ward Cunningham, creator of the wiki, has predicted an encouraging future for open source and collaborative development. From the article: "Cunningham, who is director of committer community development at the Eclipse Foundation, said open-source software will continue to grow and thrive because it enables user innovation. '[...] No end user wants to be a programmer; they just want to get their jobs done,' he said. But more and more people with powerful tools and powerful languages will be able to work together to build better systems, he said."
This discussion has been archived. No new comments can be posted.

Father of Wiki Speaks on Collaborative Development

Comments Filter:
  • by pontifier ( 601767 ) on Tuesday March 21, 2006 @01:53AM (#14962149) Homepage
    Programmers are end users as well. I see a trend of allowing more and more advaced programming concepts to creep into content creation programs to allow finer control of the end result.
  • by jd ( 1658 ) <imipak@ y a hoo.com> on Tuesday March 21, 2006 @01:59AM (#14962168) Homepage Journal
    It is true that no end-user wants to be a programmer, but that is because they have a really warped understanding of what a programmer is. A programmer, in the loosest sense of the worst, is simply someone who feeds in a series of instructions (usually including decisions) that result in a task being performed.


    Under this definition, anyone who writes anything of any complexity in a modern wordprocessor is a programmer. Modern WP packages can be regarded as shells in which the operator enters instructions (literal formatting commands, such as right-justify, or bold), decisions (floating tables, grammar/spellcheck), loops/recursion (automatic table of contents, automatic indexing), etc. On WP's like Wordperfect, you could actually make all of the commands visible. It frightened users to do that, because it showed just how much coding they were actually doing.


    The power of high-level tools, then, is not to help the user avoid programming, it is to help the user avoid seeing what they're programming. It isn't to do the user's work for them, it is to allow the user to sidestep their phobias long enough to get the work done.


    One of the follies of fourth- and fifth-generation programming languages was the assumption that programmers wanted their programming hidden from them as well. It is certainly true that software designers need to have a high level of abstraction, as they don't need to know the details (and shouldn't). It is also true that there are special cases in programming where you need minor scripting changes to have a big impact on the end result. In these cases, high level programming is entirely correct. The rest of the time, when details are everything, you don't want any more abstraction than you can possibly get away with.


    For end-users, though, applications really need to be extremely high-level programming languages and very little more. That is why Word (which is essentially a scripting engine with a bunch of macros pre-programmed in) is useful to end-users, even though AmiPro is technically superior and Ventura Publisher is much more impressive. Word is a programming tool that can do anything Visual Basic can do, whereas the others are only applications. The user may claim to hate programming, but they can claim it all they like. The fact remains that they pick the programming tool over the "pure" application - when it is disguised cleverly enough.

  • by aCapitalist ( 552761 ) on Tuesday March 21, 2006 @02:25AM (#14962221)
    One of the follies of fourth- and fifth-generation programming languages was the assumption that programmers wanted their programming hidden from them as well. It is certainly true that software designers need to have a high level of abstraction, as they don't need to know the details (and shouldn't). It is also true that there are special cases in programming where you need minor scripting changes to have a big impact on the end result. In these cases, high level programming is entirely correct. The rest of the time, when details are everything, you don't want any more abstraction than you can possibly get away with.

    The fallicies of 4th, 5th generation programming (hmm, reminds me of that big 5th generation japanese flop), were the same fallacies of COBOL - that every joe middle-level business manager would be willing and able to hack code, even if it was in some 1960s interpretation of natural langauge programming. My contention is that you don't need to dumb down the language to allow higher-level constructs or even visual programming. Smalltalk/Squeak (yeah, i'm being fanboy lately) can allow that and also allow you dive down into the bowels of the kernel to do whatever you want.
  • Its not all good (Score:3, Insightful)

    by Umbral Blot ( 737704 ) on Tuesday March 21, 2006 @02:43AM (#14962263) Homepage
    I know we all love to hype collaborative devlopment and the open source model, but in all honesty not everyone is cut out to be a programmer, and programmers come in differnt levels of ability. I will admit freely that I am not one of the few elite programmers, and there is a good likely hood that I will never be. Sure, some projects, perhaps the majority, benefit from average programmers, and collaborateive development works in those cases. However, the most cutting edge, and bug-less, projects are only ever going to be the realm of the best of the best, and it doesn't matter how many people want to collaborate. Plus bad programmers, who fool you into thinking they are good because they want to feel needed, hurt any project they join, if only because they commit to work they will never finish. So yes, collaborative development such as sourceforge can help some projects, but it is definitely not the be all and end all for programming.
  • by Anonymous Coward on Tuesday March 21, 2006 @04:18AM (#14962486)
    "The power of high-level tools, then, is not to help the user avoid programming, it is to help the user avoid seeing what they're programming. It isn't to do the user's work for them, it is to allow the user to sidestep their phobias long enough to get the work done."

    No, the point of high-level tools is to allow the user to focus on the domain their problem lies in, while avoiding extraneous material. That's why you'll be seeing more DSL's and other tools.
  • by ACORN_USER ( 902686 ) on Tuesday March 21, 2006 @05:19AM (#14962603)
    A well managed project can suceed with both substandard and Elite developers. One likes to think that good OSS should come from skilled software engineers - the Children of computer science. We are building in the realm of a formal decipline and it's a shame that more projects are not built on the basis of their designers academic training. Sure it will take 10 times as a long as it should and be 50% less fun, but a well spec'd, designed, delgated, tested and implemented project is more likely to offer stability and do away with a lot of the issues which you have raised. Rather than knocking yourself as a coder, you should be celbrating yourself as an engineer and become an advocate for correcting the process flaws which you have pointed out.
  • by autophile ( 640621 ) on Tuesday March 21, 2006 @10:19AM (#14963743)
    IMHO, the two biggest obstacles to users contributing to projects are lack of documentation, and the inherent complexity of programming.

    I don't know how many times I've clicked on the "documentation" link in a project only to be greeted with "Coming Soon!". Never mind design documents.

    I think we're going to need a much higher level of abstraction for code before we reach a tipping point where projects can survive and grow without their lead creator.

    --Rob

  • Since computer geeks are somewhat stunted in their ability to do the latter due to emotional and mental disabilities, they seek their immortality by creating very public works such as [...] posts on Slashdot.

    ...Are you saying that, all these times I've modded goatse posts down, I was really blocking the ability of artists to express themselves?
    Oh, God! What have I done?

  • nothing new here.. (Score:2, Insightful)

    by Rimu ( 757028 ) on Wednesday March 22, 2006 @09:13PM (#14977479) Homepage Journal
    People have been saying that "any day now, the general public will be making software" for decades. So far, we're not much closer to that goal than 20 years ago. Hell, even VB 6 is way beyond what the average person can deal with. VB.Net became even less noob-friendly, as they added more features... So there's not a lot of hope there.

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...