Re: SOS PLEASE FRIENDS OF JAVA
- From: bcd@xxxxxxxxxxx (Bent C Dalager)
- Date: Fri, 27 Apr 2007 15:31:39 +0000 (UTC)
In article <ZroYh.1226$N05.44@xxxxxxxxxxxxxxxxxxxx>,
visionset <spam@xxxxxxxxxxxx> wrote:
Personally I find that heavily nested braces means a cue to refactor.
Unfortunately, with Java this sometimes means you need to refactor the
language itself :-)
I use suns convention. I never have a matching brace problem, if I
did I'd use the facilty provided by any modern IDE to fix the
formating and/or highlight the matching brace.
It's not about brace matching problems as much as it is about making
the code easier to read. If I can automatically spot braces by the
general pattern they imprint on the code, I will be able to read the
code much faster and with much better accuracy than I can if I have to
actually read the individual characters on the screen in order to
locate them.
Now parentheses are another matter!
Hey, don't hold back now, let's all hear about it! :-)
Cheers
Bent D
--
Bent Dalager - bcd@xxxxxxx - http://www.pvv.org/~bcd
powered by emacs
.
- Follow-Ups:
- Re: SOS PLEASE FRIENDS OF JAVA
- From: visionset
- Re: SOS PLEASE FRIENDS OF JAVA
- References:
- SOS PLEASE FRIENDS OF JAVA
- From: mak
- Re: SOS PLEASE FRIENDS OF JAVA
- From: Chris Smith
- Re: SOS PLEASE FRIENDS OF JAVA
- From: Bent C Dalager
- Re: SOS PLEASE FRIENDS OF JAVA
- From: visionset
- SOS PLEASE FRIENDS OF JAVA
- Prev by Date: Re: SOS PLEASE FRIENDS OF JAVA
- Next by Date: Re: SOS PLEASE FRIENDS OF JAVA
- Previous by thread: Re: SOS PLEASE FRIENDS OF JAVA
- Next by thread: Re: SOS PLEASE FRIENDS OF JAVA
- Index(es):
Relevant Pages
|
|