Skip to content

Instantly share code, notes, and snippets.

@nakajima
Created October 19, 2011 15:22
Show Gist options
  • Save nakajima/1298615 to your computer and use it in GitHub Desktop.
Save nakajima/1298615 to your computer and use it in GitHub Desktop.
coffee> if true then "OK" else "UH OH"
'OK'
coffee> if false then "OK" else "UH OH"
'UH OH'
@goggin13
Copy link

goggin13 commented Nov 8, 2011

I respectfully disagree; think it stays fairly readable given the clauses of the if statement are simple, and 1 line instead of 4 is a big win in my book. But to each their own!

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