Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Why I Hate Nested If-Else blocks

by Stegalex (Chaplain)
on Jan 04, 2002 at 19:22 UTC ( [id://136281]=note: print w/replies, xml ) Need Help??


in reply to Why I Hate Nested If-Else blocks

Why rant about nested if-elses? There is nothing intrinsically wrong with them. When in doubt, I always hit shift-5 in vi to check that my {'s match my }'s. In fact, I am going out on a limb to say that I LIKE nested if-elses. I really do. Here, choke on this:
if ($a) { if ($b) { } else { } } else {if ($c) { } else { } }

I like chicken.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://136281]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 18:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found