BTSJimin's blog

By BTSJimin, history, 5 hours ago, In English

Sometimes, I use too much '(',')' because of this anxiety:

if( ( ((a+5)/2)  + (c*2))  == ((((b^1)&1) * 2) + 3) ){
    blabla;
}

How to solve this issue?

  • Vote: I like it
  • +11
  • Vote: I do not like it

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

lmao same (╥﹏╥)

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

Me too lol

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

I just use them with bitwise operations

»
4 hours ago, # |
  Vote: I like it +20 Vote: I do not like it

You needn't (and, shouldn't) solve this issue.

You needn't to spend a lot of time debugging on a few brackets.

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

can someone explain it for me?

»
54 minutes ago, # |
  Vote: I like it +2 Vote: I do not like it

same. Also this happens in math when im writing equations lol.