2 Comments
User's avatar
Wyrd Smythe's avatar

That not all coders may fully understand how these work is why I'm leery of using them to control execution in my code. For instance, I'd use the input function alone and then look at its return value. Chances are I'd want to do more to vet the input anyway.

Expand full comment
Stephen Gruppetta's avatar

I agree. I rarely use them as a shortcut for a simple if..else

Expand full comment