http://www.perlmonks.org?node_id=75585


in reply to Re: Perverse Unreadable Code
in thread Perverse Unreadable Code

I've also heard this complain and I agree with you: it stems from people so used to other languages that it looks foreign.

Personally, I tend not to put the if after the statement unless the statement will be executed most of the time. Then when it comes to maintenance and someone is scanning the code, they will often see that and understand that it's the norm rather than the exception.

Cheers,
Ovid

Join the Perlmonks Setiathome Group or just click on the the link and check out our stats.

  • Comment on (Ovid - 'if' after the statement) Re(2): Perverse Unreadable Code