<?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: Jake Gore</title>
    <description>The latest articles on DEV Community by Jake Gore (@jakegore).</description>
    <link>https://dev.to/jakegore</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%2F84973%2Fa6bbb3fd-28a2-4c2a-b931-0d2026bc82ec.jpeg</url>
      <title>DEV Community: Jake Gore</title>
      <link>https://dev.to/jakegore</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jakegore"/>
    <language>en</language>
    <item>
      <title>Don't leave TODOs in your code!</title>
      <dc:creator>Jake Gore</dc:creator>
      <pubDate>Mon, 16 Jul 2018 09:48:37 +0000</pubDate>
      <link>https://dev.to/jakegore/dont-leave-todos-in-your-code-nmi</link>
      <guid>https://dev.to/jakegore/dont-leave-todos-in-your-code-nmi</guid>
      <description>&lt;h3&gt;
  
  
  What was the problem?
&lt;/h3&gt;

&lt;p&gt;A few days ago, while working on a project, I wanted to find all of the TODOs that I had written to make sure that nothing was left unfinished. I tried looking through all of my project files, but it was time consuming and I wasn't certain that I had checked everything. This gave me an idea, I wanted to make an NPM package that would check my files for me.&lt;/p&gt;

&lt;h3&gt;
  
  
  What did I do?
&lt;/h3&gt;

&lt;p&gt;Since then, I have created a package that searches your files and prints the TODOs to the terminal so you never leave any unused TODOs in your code. This will not only clean up your code, but help you avoid errors by not leaving unimplemented features in your code. &lt;/p&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;p&gt;Feel free to check out the &lt;a href="https://www.npmjs.com/package/todo-viewer"&gt;package&lt;/a&gt; and &lt;a href="https://github.com/jakegore/todo-viewer"&gt;project files&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  How do I install it?
&lt;/h3&gt;

&lt;p&gt;Install the package with NPM, either locally with &lt;code&gt;npm i -D todo-viewer&lt;/code&gt;, or globally with &lt;code&gt;npm i -g todo-viewer&lt;/code&gt;. For the usage instructions, check out the &lt;a href="https://github.com/jakegore/todo-viewer"&gt;documentation on Github&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Don't hesitate to make any changes to the code and submit a pull request! Any feedback on the package is highly appreciated. Thanks!&lt;/p&gt;

</description>
      <category>todo</category>
      <category>javascript</category>
      <category>node</category>
      <category>npm</category>
    </item>
  </channel>
</rss>
