Join Slack
Powered by
In Android, we specified that single line `if`s do...
# intellij
c
cedric
06/16/2016, 1:51 PM
In Android, we specified that single line `if`s don't have to have brackets. I did this so that log statements would not overwhelm everything:
if (DEBUG) Log.d("foo")
2
Views
Open in Slack
Previous
Next