Diff for "ReviewerMeetingAgenda"

Not logged in - Log In / Register

Differences between revisions 206 and 207
Revision 206 as of 2009-12-16 01:15:22
Size: 8445
Editor: edwin-grubbs
Comment:
Revision 207 as of 2009-12-16 01:16:11
Size: 8453
Editor: edwin-grubbs
Comment:
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
 * Proposed coding standard for YUI modules.  * Proposed coding standard for YUI modules. [Edwin]

Agenda of the next Launchpad review team meeting

Launchpad review team meetings are held on #launchpad-meeting on irc.freenode.net, and are chaired by BarryWarsaw for both the Asia/Pacific (AsiaPac) and Americas/EU (AMEU) time zone meetings. We use MootBot to record the meetings.

The purpose of the meetings is to coordinate Launchpad code reviews, and particularly to ensure that emerging issues with the review process are addressed - such as getting people to take on tough reviews, keeping the latency down, etc.. Blockage in reviews leads to blockage in Launchpad code landings.

The next Launchpad review team meeting will be held at this time:

  • AMEU Wednesday 06-Jan-2010 1500 UTC - 1545 UTC

  • AsiaPac Wednesday 06-Jan-2010 2100 UTC - 2145 UTC

You can add new items to the list of proposed items. If they don't make it onto this meetings agenda, they'll most likely get onto the next meeting's agenda instead.

Agenda

  • Roll call
  • Action items
  • year end schedule [barry]
  • invite other teams to do lazr-js code reviews? [mars/barry]
  • Peanut gallery (anything not on the agenda)

Apologies

Please include the date for which you will be unavailable.

  • yourname, date

Outstanding Actions

  • intellectronica and barry to draft guidelines for drive-by cleanups

Notes

Proposed items

  • Reminder: Who can do JS reviews? All reviewers? [henninge,allenap]
  • Proposed coding standard for YUI modules. [Edwin]
    • I think a file such as lib/canonical/launchpad/javascript/registry/timeline.js should define its module like this:

      YUI().add('registry.timeline', function (Y) {
          var module = Y.namespace('registry.timeline');
          module.someFunction = function() {};
      });
    • Then, the code could be accessed with:

      YUI().use('registry.timeline', function(Y) {
          Y.registry.timeline.someFunction();
      });
    • The [[JavaScriptReviewNotes#Namespaces|javascript style guide] doesn't specify how modules should be named currently.

    • Current inconsistencies

  • your item [your name]

Rejected items

Summaries of previous meetings

ReviewerMeetingAgenda (last edited 2011-01-24 20:30:18 by bac)