Skip to content

Instantly share code, notes, and snippets.

@OpenSorceress
Last active January 7, 2022 09:15
Show Gist options
  • Save OpenSorceress/3f78a05e2b54432016a3293e488d7405 to your computer and use it in GitHub Desktop.
Save OpenSorceress/3f78a05e2b54432016a3293e488d7405 to your computer and use it in GitHub Desktop.
guideline-is-garbage
let thing = function(incoming, outgoing) {
this.incoming = incoming;
this.outgoing = outgoing;
}
// write code that does something called "rebalnace the portfolio"
// without ever finding out what rebalancing the portfolio actually means
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment