DEV Community

Discussion on: Why I'm phasing out ternary statements

Collapse
 
scrabill profile image
Shannon Crabill

Too much thinking is also why I avoid using while loops. πŸ€·πŸ½β€β™€οΈ

Thread Thread
 
mcgurkadam profile image
Adam McGurk • Edited

Yes!!!

I think I’ve only written like 5 while loops in my whole career!!

Thanks so much for reading!!

Thread Thread
 
scrabill profile image
Shannon Crabill

I've yet to use one outside of practice assignments that say to use a while loop.

if/else or for loops for the win. I'll use a simple ternary, as a treat.

Thread Thread
 
mcgurkadam profile image
Adam McGurk

Foreach is what I always try and reach for (no pun intended)πŸ˜†πŸ˜†