Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming Software

Interview With Ward Cunningham 31

CowboyRobot writes "Ward Cunningham developed the first wiki, wrote the Fit test framework, is the co-inventor of CRC cards, and is now promoting the concept of technical debt. He recently won the Dr. Dobb's Excellence in Programming Award and was interviewed by that publication. 'The creator of the Wiki dishes on the Wiki, Wikipedia's policies, OO design, technical debt, CoffeeScript and Perl, how to survive as a veteran programmer, and doing the simplest thing that could possibly work.' Cunningham is given the chance to explain his philosophy of coding: 'I like the picture and I like the look of the code. It's only 40 lines, but every line carried some careful thought. There was a learning curve there that surprised me because the programs looked short. The most rewarding work I've done this year is digging through that code and understanding what it does and understanding what it didn't do, and how to approach the problem.'"
This discussion has been archived. No new comments can be posted.

Interview With Ward Cunningham

Comments Filter:
  • Ward's Wiki (Score:5, Informative)

    by TheSpoom ( 715771 ) <slashdot&uberm00,net> on Wednesday May 16, 2012 @12:07PM (#40017889) Homepage Journal

    If you're a software developer and you haven't read Ward's Wiki [c2.com], I strongly advise doing so now. It has a lot of content from some very smart people you won't get elsewhere. Primarily it focuses on software design patterns, but even outside of that subject I've learned a lot just by reading random pages there.

  • by Anonymous Coward

    This is one of those Zen master questions, the usefulness of application depends on the person answering the question.

    For the average worker bee, the simplest thing that could work is copying and pasting code from somewhere else in the project, or from the web. Then stripping out the error handling and anything else that they don't understand.

  • by AaronLS ( 1804210 ) on Wednesday May 16, 2012 @12:10PM (#40017917)

    What are they referring to here? This seems like a quote pulled out of context and now it makes no sense.

    "It's only 40 lines, but every line carried some careful thought. "

    • Re:What? (Score:4, Informative)

      by radarjd ( 931774 ) on Wednesday May 16, 2012 @12:22PM (#40018013)

      What are they referring to here? This seems like a quote pulled out of context and now it makes no sense.

      "It's only 40 lines, but every line carried some careful thought. "

      Indeed it is taken totally out of context -- it's from pg 4 of the article, talking about a library called d3.js, which is apparently a library "to make things move on the screen"

  • by vlm ( 69642 ) on Wednesday May 16, 2012 @12:22PM (#40018037)

    Don't confuse him with Ward Christensen, another early computer networking pioneer. I wonder how many people ask Cunningham about his invention of the BBS and the invention of xmodem.

    • Guessing here that the Venn diagram intersection of people know of Ward Christensen and his contributions and those that would confuse him with someone else because their name is Ward C(Somthing) is small. Very, Very small.

    • Also don't confuse him with Howard Cunningham, father of Ron Howard on Happy Days.
  • by frank_adrian314159 ( 469671 ) on Wednesday May 16, 2012 @01:51PM (#40019243) Homepage

    The article didn't cover any of his work with the agile methodology community and his role as one of the three inventors (with Kent Beck and Ron Jeffries) of the eXtreme Programming (XP) methodology and the practices surrounding it (many of which were used in agile methodologies other than XP). To me that's a lot more important than CRC cards.

    But, having known Ward for a very long time, I think his most notable contribution is his being a nice guy - humble as well as brilliant, and always willing to share. He is one of the unsung geniuses of the computing world and deserves a lot more attention than he normally gets.

    • by Cederic ( 9623 )

      As great as his contribution to Agile development methods, I think the Portland Pattern Repository was more valuable. Not least because it created an online community within which many of the agile techniques were shared, discussed, evaluated and honed.

      To me that's a lot more important than CRC cards.

      The single most important thing I've ever learned in my career is how to use CRC cards.

      I've used them once. Ever. But I use their underlying concepts and the design philosophy behind them every single day. They taught me how to break down a complex system and

  • by MobileTatsu-NJG ( 946591 ) on Wednesday May 16, 2012 @01:51PM (#40019253)

    Didn't he marry Marion Cleaver?

  • by conrad_carter ( 1708764 ) on Wednesday May 16, 2012 @02:01PM (#40019381)
    I will admit that I was a Smalltalk zealot, and I believed that Smalltalk could be the only language, and I knew about a dozen reasons why, and one of them was that once everybody programmed in Smalltalk, we would all communicate with objects. But that didn't happen. And the day that I gave up on that vision, I said, "You know what, we're all going to communicate with text files. We're all going to go ripping through these text files plundering them for whatever information we can infer from it." That's when I picked up Perl. And it shocked me, just how well it worked for finding and plundering files because it had those reg exes built in and stuff like that. And it was so fast. It was fast to compile, it was fast to develop, it was fast to run. I could not believe it was so fast. And I know people like to complain about it, but I also thought it showed a tremendous amount of insight. It was insight, and I looked at it and I said, "Who would have thought of making a language like that?" That's when I realized that open source was here to stay. There is no commercial endeavor that ever would have invented Perl.
    • There is no commercial endeavor that ever would have invented Perl.

      But there are loads that would have *patented* it :)

  • It's a damn shame this article isn't wikified; it's in desperate need of editing.

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...