Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Last active January 17, 2018 17:28
Show Gist options
  • Save ryanwebjackson/d97711ced7defbd6ea775fd5bcfd5bd7 to your computer and use it in GitHub Desktop.
Save ryanwebjackson/d97711ced7defbd6ea775fd5bcfd5bd7 to your computer and use it in GitHub Desktop.
robert [9:41 AM]
argh i hate how csharp handles
```return x
&& y
&& z == a ? b : c;
```
[9:41 AM]
you need `( )` around that last one after the `&&` (edited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment