Skip to content

Instantly share code, notes, and snippets.

@dealingwith
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save dealingwith/cb125ff7cc091ea9facb to your computer and use it in GitHub Desktop.

Select an option

Save dealingwith/cb125ff7cc091ea9facb to your computer and use it in GitHub Desktop.
I think this is ugly, but it's the most readable way I can figure to write this. Suggestions?
setTimeout ->
analytics.track 'Time on Site',
category: 'site',
label: 'seconds',
value: 60
, 60000
@dealingwith
Copy link
Copy Markdown
Author

I updated the gist to be the most concise, instead of the most readable, because both are of equal unreadability to me, so I might as well go with concise.

@dealingwith
Copy link
Copy Markdown
Author

Maybe if I just switch to putting commas at the beginning of lines, the CS wouldn't bother me so much.

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