Meeting Planner: Terms of Engagement

Here's the lowdown on our meeting terminology, folks!

Want to learn more about the art of meeting planning? Click here for some advanced techniques!

Example Agenda:

  1. 9:00 - 9:30: Coffee and complaining
  2. 9:30 - 10:00: Discuss the importance of discussing the discussion
  3. 10:00 - 11:00: Pretend to work on the thing
  4. 11:00 - 12:00: Take a break, because we're all tired
  5. 12:00 - 1:00: Lunch and complaining
  6. 1:00 - 2:00: More pretending to work
  7. 2:00 - 3:00: Discuss who ate the last donut
			
				// Meeting planner code snippet
				function meeting() {
					var coffee = new Coffee();
					for (var i = 0; i < 8; i++) {
						coffee.addCup();
						console.log("More discussion, less action.");
					}
					var progress = 0;
					for (var i = 0; i < 8; i++) {
						progress++;
						console.log("Progress report: " + progress + "% complete.");
					}
					return progress;
				}
				meeting();
			
		

Cool, right? Click here for more meeting planning hacks!