<
travis-ci>
nanoc/nanoc/master aaea09f Denis Defreyne: The build passed.
jugglinmike has quit [Ping timeout: 245 seconds]
julieeharshaw has quit [Quit: ZZZZZzzzz]
julieeharshaw has joined #nanoc
FabianB has joined #nanoc
FabianB is now known as Guest51283
Guest72269 has quit [Ping timeout: 250 seconds]
_mro_ has joined #nanoc
<
guardian>
bobthecow, ddfreyne: are you using "or" and/or "and" when coding in Ruby?
<
guardian>
just curious
_mro_ has quit [Quit: _mro_]
cDlm has joined #nanoc
cDlm is now known as VitamineD
jugglinmike has joined #nanoc
VitamineD has quit [Ping timeout: 256 seconds]
VitamineD has joined #nanoc
VitamineD has quit [Ping timeout: 250 seconds]
<
ddfreyne>
guardian: No… && and || because their precedence makes more sense
<
ddfreyne>
guardian: I even believe Rubocop tells you not to use that
<
guardian>
I meant for control flow
<
guardian>
like if/unless/rescue
<
ddfreyne>
guardian: Yeah, even then. a && b == c && d reads as (a && b) == (c && d), but a and b == c and d reads as (a) and (b == c) and (d)
<
ddfreyne>
It’s confusing.
<
guardian>
but you're still thinking of boolean operations
<
guardian>
foo() or die()
<
guardian>
@config[:verbose] and puts "!"
VitamineD has joined #nanoc
VitamineD has quit [Ping timeout: 265 seconds]
VitamineD has joined #nanoc
guardian has quit [Read error: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number]
guardian has joined #nanoc
VitamineD has quit [Read error: Connection reset by peer]
VitamineD has joined #nanoc