On Tue, Jun 29, 2010 at 14:41, Reinier Zwitserloot <[email protected]> wrote:
> I don't understand the tabs v. spaces war. There's clearly a right
> answer:
> Tabs for indents. Spaces for spacing.
I fully agree with you and I just wanted to copy your rules to a text
file for later reference when I am in discussion with people - and
guess what:
What happens to your sample is something like this:
private int x = 10,
y = 20;
So I would say, you are fully right, but editors might handle it wrong
- especially when somebody might copy a code to from a web forum page
etc.
Maybe this is where the war starts: Those who follow your rules and
those who want to work around common issues by using just spaces or
so.
--
Martin Wildam
--
You received this message because you are subscribed to the Google Groups "The
Java Posse" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/javaposse?hl=en.