This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const debug = require('debug')('hello-world:app'); | |
| const { Messenger, responses } = require('launch-vehicle-fbm'); | |
| const messenger = new Messenger(); | |
| messenger.start(); | |
| // EVENT HANDLERS | |
| ///////////////// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const debug = require('debug')('hello-world:app'); | |
| const { Messenger, responses } = require('launch-vehicle-fbm'); | |
| const messenger = new Messenger(); | |
| messenger.start(); | |
| // EVENT HANDLERS | |
| ///////////////// |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |