Lijit Search
 
I only post when I have something worthwhile to say, so it might be easiest to subscribe so that you automatically receive any new content.

Email RSS Twitter ESP

This is my personal blog and anything I write here in no way reflects the opinion of Cisco Systems, my employer. If it does, it is only by pure coincidence :) Nothing here constitutes investment advice either, so you can't sue me.

More about me here

View Jason Kolb's profile on LinkedIn

Popular Tags Recent Archives

    License

    • Creative Commons License

    Fun Stuff

    • The content on this site is provided without any warranty, express or implied. All opinions expressed on this site are those of the author and may contain errors or omissions. NO MATERIAL HERE CONSTITUTES INVESTMENT ADVICE. The author may have a position in any company or security mentioned herein. Actions you undertake as a consequence of any analysis, opinion or advertisement on this site are solely your responsibility.
     
    What I hate about SalesForce.com Google: Click Fraud is a "Cost of Doing Business"

    Wiki-Driven Development

    With my latest project, I've been experimenting with a different type of development workflow.  I've been documenting pieces of the project in a wiki (Wetpaint, which is great) before any development is done.  The workflow has basically been this:

    1. Create an end-user how-to wiki topic for the functionality
    2. Expand on that, creating the API documentation wiki topics (for programmers) for the underlying part of the API that enables the functionality
    3. Write the API
    4. Write the user interface according to the wiki topic in #1

    The great part about this is that it forces me to think through every aspect of the code before it's written.  I know what the end goal is and how everything should work in the end, and I'll often find myself revising the documentation, especially on the API side, four or five times before coding even starts.  So far it's working out just great, this project is probably the cleanest one I've ever worked on (and it's also the most complex).

    This is pretty similar to documentation driven design, but I love the way wikis work.  They're so easy to use and edit that they allow me to use a stream of conciousness style of writing and documentation.  I can pour stuff into a wiki just about as fast as I can think it, and then just take another pass (or two or three) to revisit the thoughts afterward to make sure they make sense and clean them up and edit them a bit.

    As a nice bonus, this is hands-down the most well-documented project I've ever worked on.

    What I hate about SalesForce.com Google: Click Fraud is a "Cost of Doing Business"

    TrackBack URL for this entry:
    http://www.typepad.com/services/trackback/6a00d834517df069e200d8349e500d53ef

    Trackbacks to Wiki-Driven Development:

    Comments