<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: var in java 10	</title>
	<atom:link href="https://www.selikoff.net/2018/08/01/var-in-java-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2018/08/01/var-in-java-10/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sat, 20 Oct 2018 04:52:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Mark Y		</title>
		<link>https://www.selikoff.net/2018/08/01/var-in-java-10/comment-page-1/#comment-203117</link>

		<dc:creator><![CDATA[Mark Y]]></dc:creator>
		<pubDate>Sat, 20 Oct 2018 04:52:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=9024#comment-203117</guid>

					<description><![CDATA[Who would ever name a class &quot;var&quot; anyway?  Project Lombok, that&#039;s who:

https://projectlombok.org/

This has apparently caused a few people some annoyance recently :)

https://github.com/rzwitserloot/lombok/issues/1676

Seriously though, Lombok seems great.  Where else do you get things like this:

https://projectlombok.org/features/val
and many more
https://projectlombok.org/features/all
and even more
https://projectlombok.org/features/experimental/all

In case you&#039;re wondering how it works: magic:
http://jnb.ociweb.com/jnb/jnbJan2010.html#controversy]]></description>
			<content:encoded><![CDATA[<p>Who would ever name a class &#8220;var&#8221; anyway?  Project Lombok, that&#8217;s who:</p>
<p><a href="https://projectlombok.org/" rel="nofollow ugc">https://projectlombok.org/</a></p>
<p>This has apparently caused a few people some annoyance recently 🙂</p>
<p><a href="https://github.com/rzwitserloot/lombok/issues/1676" rel="nofollow ugc">https://github.com/rzwitserloot/lombok/issues/1676</a></p>
<p>Seriously though, Lombok seems great.  Where else do you get things like this:</p>
<p><a href="https://projectlombok.org/features/val" rel="nofollow ugc">https://projectlombok.org/features/val</a><br />
and many more<br />
<a href="https://projectlombok.org/features/all" rel="nofollow ugc">https://projectlombok.org/features/all</a><br />
and even more<br />
<a href="https://projectlombok.org/features/experimental/all" rel="nofollow ugc">https://projectlombok.org/features/experimental/all</a></p>
<p>In case you&#8217;re wondering how it works: magic:<br />
<a href="http://jnb.ociweb.com/jnb/jnbJan2010.html#controversy" rel="nofollow ugc">http://jnb.ociweb.com/jnb/jnbJan2010.html#controversy</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mark Y.		</title>
		<link>https://www.selikoff.net/2018/08/01/var-in-java-10/comment-page-1/#comment-200410</link>

		<dc:creator><![CDATA[Mark Y.]]></dc:creator>
		<pubDate>Thu, 02 Aug 2018 15:31:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=9024#comment-200410</guid>

					<description><![CDATA[Nice.  Not too surprising, since hardly anyone uses lowercase class names and supporting this would make things way more complicated.  (It would probably mean that if such a class is in scope, than type inference doesn&#039;t work for that scope.)

On the other hand, var is a perfectly reasonable name for a package.  Luckily that&#039;s not ambiguous so it probably works.]]></description>
			<content:encoded><![CDATA[<p>Nice.  Not too surprising, since hardly anyone uses lowercase class names and supporting this would make things way more complicated.  (It would probably mean that if such a class is in scope, than type inference doesn&#8217;t work for that scope.)</p>
<p>On the other hand, var is a perfectly reasonable name for a package.  Luckily that&#8217;s not ambiguous so it probably works.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
