Skip to main content
VLAZ's user avatar
VLAZ's user avatar
VLAZ's user avatar
VLAZ
  • Member for 8 years, 10 months
  • 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
5
silver badges
14
bronze badges
17
Score
1
Posts
14
Posts %
17
Score
1
Posts
14
Posts %
14
Score
5
Posts
71
Posts %
8
Score
2
Posts
29
Posts %
8
Score
2
Posts
29
Posts %
5
Score
1
Posts
14
Posts %