Skip to content

Instantly share code, notes, and snippets.

@jsilvestre
Created November 5, 2014 16:14
Show Gist options
  • Save jsilvestre/5f0fa4bca8a9017ba1bc to your computer and use it in GitHub Desktop.
Save jsilvestre/5f0fa4bca8a9017ba1bc to your computer and use it in GitHub Desktop.
Startup = (coFounders, idea, cash) ->
while cash > 0
coFounders[developer].writeCode coffee, ramen
coFounders[bizDev].workNetwork richParentsFriends
coFounders[productManager].validateIdea fancyShoes, postIts
if acquiredByGoogle
return cash * 1000
else
cash--
idea.pivot()
coFounders.giveUp().applyForGradSchool()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment