Skip to content

Instantly share code, notes, and snippets.

@HelenaJM
HelenaJM / TestBash 2016 Lean Coffee
Last active April 18, 2016 17:00
TestBash 2016 Lean Coffee Topics/Ideas
Here are the topics and ideas discussed at the Lean Coffee at TestBash 2016 in Brighton.
1. What is your best/worst part of testing?
2. Advice for new testers
3. 2 people you follow on Twitter & why?
4. What are you working on at the moment?
5. How to recruit testers?
6. Have you seen a 99 second talk?
7. Where does testing reside?
8. Environment for increasing collaboration
@HelenaJM
HelenaJM / src.js
Created September 1, 2012 17:31
Box
"use strict";
var tau = Math.PI*2;
var width = W;
var height = H;
function makeBox(){
var box = {
x : 300,
y : 200,