Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!.POSTED!ipv6.urchin.earth.li!twic From: Tom Anderson Newsgroups: comp.lang.java.programmer Subject: Re: Immutable Datastructures with good Sharing Date: Mon, 7 Nov 2011 23:38:33 +0000 Organization: Stack Usenet News Service Lines: 37 Message-ID: References: NNTP-Posting-Host: ipv6.urchin.earth.li Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="232016332-1631499194-1320709113=:2611" X-Trace: mud.stack.nl 1320709113 41049 2001:ba8:0:1b4::6 (7 Nov 2011 23:38:33 GMT) X-Complaints-To: abuse@stack.nl NNTP-Posting-Date: Mon, 7 Nov 2011 23:38:33 +0000 (UTC) User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9756 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --232016332-1631499194-1320709113=:2611 Content-Type: TEXT/PLAIN; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8BIT On Mon, 7 Nov 2011, Giovanni Azua wrote: > On 11/7/11 12:02 AM, in article > alpine.DEB.2.00.1111062256510.4201@urchin.earth.li, "Tom Anderson" > wrote: > >>> I really enjoy the improvement in code readability as well, it suits the >>> appropriate template types e.g. >>> >>> // from >>> List requests = new ArrayList(); >>> >>> // to >>> List requests = Lists.newArrayList(); >> >> I see absolutely no improvement in the code here, only unhelpful >> obfuscation. > > When you say it like this, any function can be labeled as "unhelpful > obfuscation" :) Touché! I would agree that any function is obfuscation; whether it is helpful or unhelpful obfuscation varies. tom -- There is no violence or enmity in the LEGO universe until you, the builder, decide what to build with the pieces. -- Pyrogenic --232016332-1631499194-1320709113=:2611--