Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: The One True Style of indentation:

by Zorn (Initiate)
on Oct 27, 2002 at 05:56 UTC ( [id://208316]=note: print w/replies, xml ) Need Help??


in reply to Re: The One True Style of indentation:
in thread The One True Style of indentation:

Absolutely. I use
function(arguments) { if (condition) { ... } else { ... } }
Brace placement is far more important to me than indentation, though I use tabs for that with four spaces as my second choice, if, for instance, the tab key breaks or starts printing Ős. That's never happened, but if it did I'd use four spaces and buy a new keyboard. But something like
function(arguments) { if (condition) { ... } else { ... } }
is unreadable.

Replies are listed 'Best First'.
Re^3: The One True Style of indentation:
by Aristotle (Chancellor) on Oct 27, 2002 at 14:29 UTC
    Absolutely. If you want to do it right, it would have to look like this:
    function(arguments) { if (condition) { ... } else { ... } }

    Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 21:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found