Skip to main content
VLAZ's user avatar
VLAZ's user avatar
VLAZ's user avatar
VLAZ
  • Member for 10 years, 1 month
  • Last seen this week
About

To be, or not to be, that is the question

Translating it into code, we get

theQuestion = 2b || !2b

This returns true for any value of 2b, making the evaluation redundant. We can optimise it by removing the expression and substituting with the result.

theQuestion = true

1
gold badge
13
silver badges
15
bronze badges
63
Score
10
Posts
71
Posts %
32
Score
3
Posts
21
Posts %
29
Score
2
Posts
14
Posts %
29
Score
2
Posts
14
Posts %
16
Score
2
Posts
14
Posts %
13
Score
2
Posts
14
Posts %