<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Coding on Fincz Finance Blog</title>
    <link>/categories/coding/</link>
    <description>Recent content in Coding on Fincz Finance Blog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Copyright © 2020-2026 Fincz. All Rights Reserved.
</copyright>
    <lastBuildDate>Tue, 22 Aug 2023 08:00:00 +0530</lastBuildDate><atom:link href="/categories/coding/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Coding Standards and Guidelines</title>
      <link>/coding-standards-and-guidelines/</link>
      <pubDate>Tue, 22 Aug 2023 08:00:00 +0530</pubDate>
      <guid>/coding-standards-and-guidelines/</guid>
      <description><![CDATA[<h2 id="general-coding-guideline" data-numberify>General coding guideline<a class="anchor ms-1" href="#general-coding-guideline"></a></h2>

<h3 id="variable-name" data-numberify>variable name<a class="anchor ms-1" href="#variable-name"></a></h3>
<p>Should not start with an underscore (_) and ($)
Use camelCase
Should have the meaning full name
Common names for temporary variables are I,j,k,m,n for integers and c,d,e for chars</p>

<h3 id="constant-naming" data-numberify>constant naming<a class="anchor ms-1" href="#constant-naming"></a></h3>
<p>Should not start with an underscore and $
Use UPPER_CASE
Separate by _</p>

<h3 id="avoid-hard-coding" data-numberify>Avoid hard coding<a class="anchor ms-1" href="#avoid-hard-coding"></a></h3>
<p>Don&rsquo;t Hard code any data/value within your code
If it&rsquo;s a text or numeric value that needs to be used in your application then convert that into constant</p>]]></description>
    <enclosure url="/images/2023/08/coding-standards-for-programming-languages.png" length="78516" type="image/.png" />
    </item>
    
  </channel>
</rss>

