#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 12 hours agoFeels more polite for sure.sh.itjust.worksimagemessage-square69linkfedilinkarrow-up1787arrow-down13
arrow-up1784arrow-down1imageFeels more polite for sure.sh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 12 hours agomessage-square69linkfedilink
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up1·2 hours agoIt makes more sense if you think of semicolons like other programming languages like Java and C use it. foo(); bar(); But those languages allow foo(); bar(); as well. Then && works like a normal short circuited expression (with side effects).
It makes more sense if you think of semicolons like other programming languages like Java and C use it.
foo(); bar();But those languages allow
foo(); bar();as well. Then&&works like a normal short circuited expression (with side effects).