I think you misunderstood me, I don't care about line length. If you want
it 120 then that is fine, 80 is an old habit from Flex/Flash days.

I cannot stand 200+ characters since Eclipse does not have the ability to
wrap, stupid editor.

It's like IMHO, I only have so much time to work on this, so for me reading
a book that has the same formatting everywhere I can scan very fast. When
braces and other things are inconsistent, it takes me twice as long to scan
the huge amount of code I am trying to digest.

Fred, just commit your updated xml formatter file I sent you and I will
load it and we can agree on a time/date to reformat the two projects using
it.

Mike

On Mon, Jun 29, 2015 at 12:44 PM, Frédéric THOMAS <webdoubl...@hotmail.com>
wrote:

> > No real objections here. I’m not a huge fan of automatic line-length
> > requirements. To me, there is some art to formatting code.
>
> I agree with that, to me it should be at least more a structural formatting
> than an automatic one, but if we should have one, I would prefer 120.
>
> Actually, I remember having using it for Randori and
> the continuous line wrapping didn't help at all, I guess it was ok when
> I had a 15' screen but now it makes the code too complicated to read.
>
> I had to switch back to 120 instead of 80 for:
>
> <setting
> id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression"
> value="120"/>
> <setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/>
> <setting id="org.eclipse.jdt.core.formatter.comment.line_length"
> value="120"/>
> <setting
> id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try"
> value="120"/>
>
> I won't object more than that if folks prefer 80 but for sure that won't be
> a pleasant experience to me.
>
> For the rest of the formatting, I'm ok.
>
> Frédéric THOMAS
>
>
> ----------------------------------------
> > From: aha...@adobe.com
> > To: dev@flex.apache.org
> > Subject: Re: [FalconJX] Code formatting
> > Date: Mon, 29 Jun 2015 14:19:35 +0000
> >
> >
> >
> > On 6/28/15, 3:18 PM, "Michael Schmalle" <teotigraphix...@gmail.com>
> wrote:
> >
> >
> >>If nobody objects after 3 days I am running it on the whole compiler.jx
> >>and
> >>tests projects to get all formatting back in sync. It's driving me crazy
> >>committing things that are 2 lines but my formatter is formatting a lot
> >>more.
> >
> > No real objections here. I’m not a huge fan of automatic line-length
> > requirements. To me, there is some art to formatting code. I remember
> > trying to use it but it was hard to remember to use since it wasn’t
> > “automatic”, but I’ll try to get in the habit.
> >
> > IIRC, Gordon found that it screwed up some code. Is it possible that the
> > formatter has bugs?
> >
> > -Alex
> >
> >
>
>

Reply via email to