Skip to content

Instantly share code, notes, and snippets.

const debug = require('debug')('hello-world:app');
const { Messenger, responses } = require('launch-vehicle-fbm');
const messenger = new Messenger();
messenger.start();
// EVENT HANDLERS
/////////////////
const debug = require('debug')('hello-world:app');
const { Messenger, responses } = require('launch-vehicle-fbm');
const messenger = new Messenger();
messenger.start();
// EVENT HANDLERS
/////////////////
Once upon a time there was a junior developer who had a simple ticket
assigned to him to make a new checkbox. The straightforward implementation
required a schema change to implement. Being a fastidious fellow, he wanted to
follow the proper procedure and searched the wiki.
The wiki described a procedure that required he run a particular script against
the qa database server and add the output to his ticket. He looked over the
script and found that it would not run on his OSX box.
After editing the script so that it would run on his laptop, he submitted the