Skip to content

Instantly share code, notes, and snippets.

@Olegas
Created November 11, 2014 20:50
Show Gist options
  • Save Olegas/f394a9d0ae7014c0c28c to your computer and use it in GitHub Desktop.
Save Olegas/f394a9d0ae7014c0c28c to your computer and use it in GitHub Desktop.
How code style affects code review
this.doWork({ amount: 6, unit: "hour" });
this.doWork({
amount: 6,
unit: "hour"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment