<?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: Jason Gade</title>
    <description>The latest articles on DEV Community by Jason Gade (@tinsoldier6).</description>
    <link>https://dev.to/tinsoldier6</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%2F35051%2F879cdb50-a7d9-4ee6-9cc4-bfbf88cabf2f.jpg</url>
      <title>DEV Community: Jason Gade</title>
      <link>https://dev.to/tinsoldier6</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tinsoldier6"/>
    <language>en</language>
    <item>
      <title>How do you prototype or visualize code ideas?</title>
      <dc:creator>Jason Gade</dc:creator>
      <pubDate>Fri, 08 Jun 2018 01:10:24 +0000</pubDate>
      <link>https://dev.to/tinsoldier6/how-do-you-prototype-or-visualize-code-ideas-3874</link>
      <guid>https://dev.to/tinsoldier6/how-do-you-prototype-or-visualize-code-ideas-3874</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fa3zc5f3khi9eusjf2fg7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2Fa3zc5f3khi9eusjf2fg7.jpg" alt="Rube Goldberg Machine"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sometimes when I'm working on an idea, I want to get that idea out of my head and into written code format, even if I never actually run it or test it.&lt;/p&gt;

&lt;p&gt;I'll usually start with some pseudo-code written down on scratch paper, but when it comes to actual syntactically-correct code, I'll fire up an editor and type it out just to see what it looks like. I do this for data types or objects, or functions or methods, or interfaces, or what have you.&lt;/p&gt;

&lt;p&gt;Then I end up with a scratch directory with files such as "scratch.go", "scratch1.go", "coord.go" and other random names.&lt;/p&gt;

&lt;p&gt;I've even considered and maybe even experimented a bit with using source control to be able to keep ideas, even after I've moved on to better ideas.&lt;/p&gt;

&lt;p&gt;One thing that does help is using an editor with syntax or lint checking, such as vim or vscode.&lt;/p&gt;

&lt;p&gt;Does anyone else have a better process for this?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
