Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Sven_K=F6hler?= Newsgroups: comp.lang.java.programmer Subject: Re: multi-line Strings Date: Sat, 29 Dec 2012 18:18:48 +0100 Lines: 9 Message-ID: References: <7f36342c-2331-4484-874b-4a0f8953f160@googlegroups.com> <991843b3-bcd0-4861-ab3e-5a0b344ff533@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de zlJOSv0lTtsCd6lqPvR/cQv4OtJTjhdp9RtTpsQoS62lgbObMcOCoNR8rR4POM5mXVt+Dv8W6Y Cancel-Lock: sha1:+4RQ2dhiFnqxwK4W3DMMOVr+D2w= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: <991843b3-bcd0-4861-ab3e-5a0b344ff533@googlegroups.com> Xref: csiph.com comp.lang.java.programmer:20803 Am 15.12.2012 22:33, schrieb Lew: > On Monday, December 10, 2012 8:22:52 AM UTC-8, bob smith wrote: >> Right now, I have a mess like this: >> private final String mLomoishShader = > > That constant variable should be named in all uppercase letters with > underscores, per the Java coding conventions. ... and should be made static.