HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tmiahm

no profile record

comments

tmiahm
·4 yıl önce·discuss
This is a pretty good book that captures a lot of how GE went from probably the most influential company in the business world to what they are now: https://www.goodreads.com/en/book/show/50086786-lights-out
tmiahm
·4 yıl önce·discuss
XOM 10/30/2020: 32.62 01/28/2022: 75.28
tmiahm
·5 yıl önce·discuss
This looks like a preview of Advent of Code 2022
tmiahm
·5 yıl önce·discuss
The difference is your example uses bool values, the code in question uses expressions that (should) evaluate to bool. && is short-circuited if a is false, such that b is not evaluated.