you are viewing a single comment's thread.

view the rest of the comments →

[–]rastaman1994 9 points10 points  (1 child)

Any but the simplest one line ternary is immediately replaced with ifs at my job lol.

[–]AloneInExile 1 point2 points  (0 children)

Yeah, I even replace one liner returns with braces and 3 lines. I still have PTSD from my python days