Re: Programmer's Guide To Text Blocks

2019-08-12 Thread Jim Laskey
change, this would require the > reindentation of second and third lines (and IDEs do this automatically). Is > such a code style acceptable for Java? If yes, then indenting opening and > closing delimiters of the text block should also be acceptable, in my opinion. > > With best regard

Re: Programmer's Guide To Text Blocks

2019-08-12 Thread Jim Laskey
t; reindentation of second and third lines (and IDEs do this automatically). Is > such a code style acceptable for Java? If yes, then indenting opening and > closing delimiters of the text block should also be acceptable, in my opinion. > > With best regards, > Tagir Valeev. >

Re: Programmer's Guide To Text Blocks

2019-08-11 Thread Tagir Valeev
re > the reindentation of second and third lines (and IDEs do this > automatically). Is such a code style acceptable for Java? If yes, then > indenting opening and closing delimiters of the text block should also be > acceptable, in my opinion. > > With best regards, > Tagir Vale

Re: Programmer's Guide To Text Blocks

2019-08-11 Thread Tagir Valeev
pinion. With best regards, Tagir Valeev. On Mon, Aug 5, 2019 at 7:38 PM Jim Laskey wrote: > The enclosed PDF is the content of the proposed "Programmer's Guide To > Text Blocks". Document source is located at > http://cr.openjdk.java.net/~jlaskey/Strings/TextBlocksGuide_v8.

Re: Programmer's Guide To Text Blocks

2019-08-06 Thread Jim Laskey
Thank you. > On Aug 5, 2019, at 3:49 PM, Alex Buckley wrote: > > On 8/5/2019 5:37 AM, Jim Laskey wrote: >> http://cr.openjdk.java.net/~jlaskey/Strings/TextBlocksGuide_v8.html > > - Please number the guidelines like in the var style guidelines. > Done . > - "Guideline: If a string literal fit

Re: Programmer's Guide To Text Blocks

2019-08-05 Thread Alex Buckley
On 8/5/2019 5:37 AM, Jim Laskey wrote: http://cr.openjdk.java.net/~jlaskey/Strings/TextBlocksGuide_v8.html - Please number the guidelines like in the var style guidelines. - "Guideline: If a string literal fits on a single line" -- A string literal CAN ONLY fit on a single line; you mean "If