You're right that I will be filling in a lot of those blanks.

To answer your question, we are assigning each person a test version, and then tracking how they do. This is the API you call to find out what version of the page this user gets. If the user has never been assigned a test version, then they will be assigned one. The calling code does not care whether the version was newly created. But you definitely need the person in there because the test assignment is tied to the person.

About the order I gave the explanation in, I've tried explaining it both ways and had people draw blanks. Conversely I've had people find it too obvious to talk about either way.

Still I'll go through and review that section with an eye to making it clearer.


In reply to Re^2: Please review my OSCON presentation by tilly
in thread Please review my OSCON presentation by tilly

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.