<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: dineshmadanlal</title>
    <description>The latest articles on DEV Community by dineshmadanlal (@dineshmadanlal).</description>
    <link>https://dev.to/dineshmadanlal</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F309498%2F0019434b-95bb-434f-9f9e-84b1b2e6aacc.jpg</url>
      <title>DEV Community: dineshmadanlal</title>
      <link>https://dev.to/dineshmadanlal</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dineshmadanlal"/>
    <language>en</language>
    <item>
      <title> == (or) ===? What do you prefer and why?</title>
      <dc:creator>dineshmadanlal</dc:creator>
      <pubDate>Fri, 28 Feb 2020 17:00:18 +0000</pubDate>
      <link>https://dev.to/dineshmadanlal/or-what-do-you-prefer-and-why-16ea</link>
      <guid>https://dev.to/dineshmadanlal/or-what-do-you-prefer-and-why-16ea</guid>
      <description>&lt;p&gt;I prefer === because I personally feel that we as devs should have control over our code. Though javaScript is a tricky language, we should have control of what's being stored in a variable. For example,&lt;/p&gt;

&lt;p&gt;isAlive is a boolean which should have false, true and not null.&lt;/p&gt;

&lt;p&gt;I know it's a hard thing to follow but trust it does wonder when we have control over what's being stored. Especially on Frontend codebase.&lt;/p&gt;

&lt;p&gt;Your thoughts? Keen to learn something new :)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>javascript</category>
      <category>functional</category>
    </item>
    <item>
      <title>What's the worst code you have seen by a senior dev?</title>
      <dc:creator>dineshmadanlal</dc:creator>
      <pubDate>Thu, 27 Feb 2020 13:49:07 +0000</pubDate>
      <link>https://dev.to/dineshmadanlal/what-s-the-worst-code-you-have-seen-by-a-senior-dev-567n</link>
      <guid>https://dev.to/dineshmadanlal/what-s-the-worst-code-you-have-seen-by-a-senior-dev-567n</guid>
      <description>&lt;p&gt;Hey all! So, I was going through a project codebase handled by a 4 year experienced dev and found a silly code and laughed out of hell seeing it. It is as follows,&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;if(data.isRequired === true)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Thought of sharing here. Sometimes, as we grow, we forget the basics and all good. By no means, I doubt the dev, but it is very important to review code :)&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>javascript</category>
      <category>learn</category>
    </item>
    <item>
      <title>Which is the coolest module for doing CSS animations?</title>
      <dc:creator>dineshmadanlal</dc:creator>
      <pubDate>Tue, 25 Feb 2020 11:25:56 +0000</pubDate>
      <link>https://dev.to/dineshmadanlal/which-is-the-coolest-module-for-doing-css-animations-21m2</link>
      <guid>https://dev.to/dineshmadanlal/which-is-the-coolest-module-for-doing-css-animations-21m2</guid>
      <description>&lt;p&gt;A few which I know are,&lt;/p&gt;

&lt;p&gt;&lt;a href="https://daneden.github.io/animate.css/"&gt;https://daneden.github.io/animate.css/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://greensock.com/"&gt;https://greensock.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://wowjs.uk/"&gt;https://wowjs.uk/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would love to know from the community if there are modules that provide very smooth animations and transitions.&lt;/p&gt;

</description>
      <category>css</category>
      <category>javascript</category>
      <category>vue</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
