<?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: KelvinIOT</title>
    <description>The latest articles on DEV Community by KelvinIOT (@kelviniot).</description>
    <link>https://dev.to/kelviniot</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%2F466649%2Ff5af8291-ac97-4b27-89c5-d54d41cab622.png</url>
      <title>DEV Community: KelvinIOT</title>
      <link>https://dev.to/kelviniot</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kelviniot"/>
    <language>en</language>
    <item>
      <title>WHO CARES ABOUT CODING STANDARDS? </title>
      <dc:creator>KelvinIOT</dc:creator>
      <pubDate>Sun, 21 Mar 2021 17:34:48 +0000</pubDate>
      <link>https://dev.to/kelviniot/who-cares-about-coding-standards-470i</link>
      <guid>https://dev.to/kelviniot/who-cares-about-coding-standards-470i</guid>
      <description>&lt;p&gt;Have you had to read code &lt;br&gt;
written by another programmer.??&lt;/p&gt;

&lt;p&gt;Or you had to add a feature to a software &lt;br&gt;
written by someone else... &lt;/p&gt;

&lt;p&gt;When going through the code, were there things you wish &lt;br&gt;
the other programmers had done &lt;br&gt;
that would have made things easier for you?&lt;/p&gt;

&lt;p&gt;Well, thats the reason for coding standards.&lt;/p&gt;

&lt;p&gt;You probably wished, he had named his variables better. &lt;br&gt;
That for once, the variable name was actually doing &lt;br&gt;
what it says it's doing.&lt;/p&gt;

&lt;p&gt;Oh, whitespace, whitespace, whitespace.&lt;br&gt;
Couldn't they have applied more of those while writing.&lt;br&gt;
They just had to cram every line of code together.&lt;/p&gt;

&lt;p&gt;I know it can be nerve wrecking.&lt;/p&gt;

&lt;p&gt;So if you dont take coding standards serious, and you wish &lt;br&gt;
the others had written better code... then this is for you.&lt;/p&gt;

&lt;p&gt;Maybe if you just decide to follow these standards, &lt;br&gt;
programmers you work with will write better code too.&lt;/p&gt;

</description>
      <category>codereview</category>
      <category>standard</category>
    </item>
    <item>
      <title>Remote Pair Programming</title>
      <dc:creator>KelvinIOT</dc:creator>
      <pubDate>Thu, 18 Mar 2021 08:59:21 +0000</pubDate>
      <link>https://dev.to/kelviniot/remote-pair-programming-jal</link>
      <guid>https://dev.to/kelviniot/remote-pair-programming-jal</guid>
      <description>&lt;p&gt;For beginning or experienced programmer, &lt;br&gt;
i believe this can be helpful for both.&lt;/p&gt;

&lt;p&gt;For beginners, imagine working with another developer probably a beginner like you, on a project.&lt;br&gt;
This is more likely to happen cause both of you are still noobs.&lt;br&gt;
Imagine the speed of improvement you guys could achieve together!&lt;/p&gt;

&lt;p&gt;For pro coders, picture writing code with a programmer of similar level of experience.&lt;br&gt;
I mean, we've already agreed that collaborative programming improves the skills of all those involved.&lt;br&gt;
Now, visualize The quality of code &amp;amp; products you could write together.&lt;/p&gt;

&lt;p&gt;How does pair programming work?&lt;/p&gt;

&lt;p&gt;Well, it involves two people;&lt;br&gt;
A driver&lt;br&gt;
A navigator.&lt;/p&gt;

&lt;p&gt;The driver writes the code, while &lt;br&gt;
the navigator analyzes code the Driver is writing, &lt;br&gt;
and will offer guidance and suggestions whenever possible.&lt;/p&gt;

&lt;p&gt;These two switch roles at intervals.&lt;/p&gt;

&lt;p&gt;This kinda reminds me of how snipers work.&lt;br&gt;
You know, there is the sniper and the spotter.&lt;br&gt;
The former does the shooting and the later confirms if the target was hit or missed...&lt;/p&gt;

&lt;p&gt;Beginner programmers can learn alot from the sharing of knowledge between them.&lt;br&gt;
Also the motivation is higher compared to when you have to sit alone learning by yourself.&lt;/p&gt;

&lt;p&gt;For pro coders, i cant talk about how this improves the system they are building.&lt;br&gt;
Better communication in the team, and diffusion of knowledge in between them.&lt;/p&gt;

&lt;p&gt;Have you ever tried this?&lt;/p&gt;

</description>
      <category>programming</category>
      <category>collaboration</category>
    </item>
  </channel>
</rss>
