Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!news.albasani.net!.POSTED!not-for-mail From: Lars Enderin Newsgroups: comp.lang.java.programmer Subject: Re: Style Police (a rant) Date: Sun, 11 Sep 2011 20:35:17 +0200 Organization: albasani.net Lines: 21 Message-ID: <4E6CFF65.4060802@telia.com> References: <44bed345-7302-4fbc-ac46-306c7429a5bc@glegroupsg2000goo.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net E9+5P4wcxjqW3KbN5oJIo4y+Wg1Wxw5vuE7Qw72zMi/dXO8JmFnkrpaV671HajDsZqn/3m8y3gIPfR1iqokN1zkBJ/XI7QQvLMJA/Twon7lowBB81ui6Sse+fl0WnaBk NNTP-Posting-Date: Sun, 11 Sep 2011 18:36:51 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="0m4U164bioPkQoFPepFDbWfQUKdFK7TLQBmFeUJa1hX5ZUUv0EBFYOUigD8bMz793V+3knsQ52N5xkWcOKVtRJgcg5FlfHtEiT1ZrfQUxVwMlx2dVws6EwdW1fn8SKNl"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 In-Reply-To: <44bed345-7302-4fbc-ac46-306c7429a5bc@glegroupsg2000goo.googlegroups.com> Cancel-Lock: sha1:XBX08uWiQBG9NKaa8d/mG82SU5I= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7814 2011-09-11 18:42, Lew skrev: > Wanja Gayk wrote: >> class ApplicationWorkerUtil { >> >> static interface InternalExceptionHandler { >> void handle(final TimeoutException e); >> >> void handle(final Exception e); >> } > > Please, please, *please* do not use TAB characters to indent Usenet code posts! > > Your post is virtually unreadable to Google Groups because for some odd reason GG eliminates all such indentation, and to real newsreaders because they expand TABs so widely. > > Please, please, *please* only use spaces to indent code on Usenet (maximum indent 4 spaces per level). > > Please. I really would have liked to read your code, but such a large example with munged indentation just isn't worth it. > I would copy the code and use Emacs to format it.