Do ternary operators increase complexity in programs?
- by Lucas McCoy
Some people would rather user if statements then a ternary operator because they say the increase complexity in your programs. I personally like ternary operators, what is your opinion? Should you use if statements or ternary operators?