Do ternary operators increase complexity in programs?
        Posted  
        
            by Lucas McCoy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lucas McCoy
        
        
        
        Published on 2009-02-11T01:35:59Z
        Indexed on 
            2010/03/18
            20:11 UTC
        
        
        Read the original article
        Hit count: 625
        
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?
© Stack Overflow or respective owner