Why Put Big Ideas on Little Cards?

"... certainly it is excellent discipline for an author to feel that he must say all he has to say in the fewest possible words, or his reader is sure to skip them; and in the plainest possible words, or his reader will certainly misunderstand them..."

John Ruskin

5 comments:

  1. How about CRISP Builds?

    Mike Clark gave a 2004 presentation on Pragmatic Project Automation that included a description of what he called the "CRISP" criteria for build:

    Complete (recipe lists all ingredients)
    Repeatable (version control time machine)
    Informative (radiate valuable information)
    Schedulable (complete and repeatable)
    Portable (machine-independent)

    There is a similar description in the 2007 presentation “All Builds are Good”, and a more detailed description in this 2007 CT-SPIN presentation on project automation:

    Complete:
    • Build from scratch and independently without human intervention.

    Repeatable:
    • Must be able to create exactly the same build at a later time.
    • Store build scripts in source control.

    Informative:
    • "Detector of unexpected changes".
    • Provide information on why a build failed.

    Scheduled:
    • Let the builds run automatically.

    Portable:
    • Build should be runnable from any system (same platform), not just that of the developer.
    • For cross-platform software, it should build on all platforms.

    Is this idea flashcard-worthy?

    ReplyDelete
  2. Great idea for a card, Brad--thanks for the info and links! I'd not seen this before.

    ReplyDelete
  3. Done. During a meeting, I slammed it together from just the text you gave us here.

    ReplyDelete
  4. I put a couple ideas for some cards together, might be a little weird. But I have found them useful on agile projects.
    Let me know if you like them or not,

    http://agileconsulting.blogspot.com/2009/04/in-previous-post-i-mentioned-how.html

    ReplyDelete

Note: Only a member of this blog may post a comment.