Skip to content

Instantly share code, notes, and snippets.

@syncsynchalt
Created January 13, 2017 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syncsynchalt/e9fcb9d8458a12db75dc07c80fd24284 to your computer and use it in GitHub Desktop.
Save syncsynchalt/e9fcb9d8458a12db75dc07c80fd24284 to your computer and use it in GitHub Desktop.
var result;
if (dev.isBored() || job.sucks()) {
result = searchJobs({flexibleHours: true, companyCulture: "💯"});
}
result.then(function(newJob) {
headHunter.reply(newJob, "Thanks but no.");
});
// A career site that's by developers, for developers
@bkerley
Copy link

bkerley commented Jan 13, 2017

what scope did headHunter come from?

@syncsynchalt
Copy link
Author

same as dev and job presumably

@bkerley
Copy link

bkerley commented Jan 13, 2017

good point, 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment