<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>identifier on T[h]ink]er[ing</title>
    <link>https://torokmark.github.io/tags/identifier/</link>
    <description>Recent content in identifier on T[h]ink]er[ing</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 02 May 2020 12:00:00 +0100</lastBuildDate>
    <atom:link href="https://torokmark.github.io/tags/identifier/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Do you know Java: I Need Dollars, Dollars, ...</title>
      <link>https://torokmark.github.io/posts/do-you-know-java-i-need-dollars-dollars/</link>
      <pubDate>Sat, 02 May 2020 12:00:00 +0100</pubDate>
      <guid>https://torokmark.github.io/posts/do-you-know-java-i-need-dollars-dollars/</guid>
      <description>Some special characters are accepted as part of an identifier, dollar sign is among them.&#xA;Have you ever though about to write an application, whichever small that would be, and use as less identifier as possible.&#xA;And what if the identifier is weird itself already?&#xA;class $ { private String $; public void $(String $) { this.$ = $; } public String $() { return this.$; } } public class Main { public static void main(String[] args) { $ $ = new $(); $.</description>
    </item>
    <item>
      <title>Do you know Java: Underscore as identifier</title>
      <link>https://torokmark.github.io/posts/do-you-know-java-underscore-as-identifier/</link>
      <pubDate>Mon, 28 Oct 2019 12:00:00 +0100</pubDate>
      <guid>https://torokmark.github.io/posts/do-you-know-java-underscore-as-identifier/</guid>
      <description>We could use underscore as a variable name until Java 7, but it cannot be used as an identifier from Java 9 and upwards.&#xA;Java has strict rules about how to name a variable, which characters are accepted in it or which one can be the first one. Underscore is a legal character among alphabetic characters and numbers. What if I did not use any other chars just underscore? Is that still valid variable name?</description>
    </item>
  </channel>
</rss>
