<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blueprinting Archives : Predictive Modeler</title>
	<atom:link href="https://predictivemodeler.com/tag/blueprinting/feed/" rel="self" type="application/rss+xml" />
	<link>https://predictivemodeler.com/tag/blueprinting/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jan 2019 07:57:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://predictivemodeler.com/wp-content/uploads/2019/01/favicon.png</url>
	<title>Blueprinting Archives : Predictive Modeler</title>
	<link>https://predictivemodeler.com/tag/blueprinting/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Blueprinting &#038; Prototyping</title>
		<link>https://predictivemodeler.com/2018/12/30/blueprinting-prototyping/</link>
					<comments>https://predictivemodeler.com/2018/12/30/blueprinting-prototyping/#respond</comments>
		
		<dc:creator><![CDATA[Syed Mehmud]]></dc:creator>
		<pubDate>Mon, 31 Dec 2018 03:49:51 +0000</pubDate>
				<category><![CDATA[Principles]]></category>
		<category><![CDATA[Blueprinting]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Prototyping]]></category>
		<guid isPermaLink="false">https://predictivemodeler.com/?p=2067</guid>

					<description><![CDATA[<p>The concepts that I am referring to as blueprinting and prototype are hardly deserving of such fancy titles. And what I am about to write hardly deserves it&#8217;s own post. Yet these incredibly simple, yet powerful, concepts deserve any coder&#8217;s attention. Blueprinting Before you write any code, spend some time describing a blueprint of what you want [&#8230;]</p>
<p>The post <a href="https://predictivemodeler.com/2018/12/30/blueprinting-prototyping/">Blueprinting &#038; Prototyping</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The concepts that I am referring to as <em>blueprinting</em> and <em>prototype</em> are hardly deserving of such fancy titles. And what I am about to write hardly deserves it&#8217;s own post. Yet these incredibly simple, yet powerful, concepts deserve any coder&#8217;s attention.</p>
<h5><strong>Blueprinting</strong></h5>
<p>Before you write any code, spend some time describing a blueprint of what you want your code to achieve. Code can be hard to grasp, especially densely written logic. Keeping track of nested loops, variables, and interim tables will test the RAM of even the most experienced of coders! It is easy to feel lost even when reviewing code you have written yourself, especially if returning to it after a break.</p>
<p>I recommend writing code in a sequence of scripts (or discrete blocks with clearly demarcated functionality), and the first in that sequence is a plain-english description of what each script is intending to accomplish. Ordered bullet lists work better than descriptions in paragraph form. The simple exercise of writing down the functionality and it&#8217;s connection to the overall purpose of the predictive modeling exercise not only helps improve documentation, it can help write organized, streamlined, <em>better</em> &#8211; code.</p>
<h5><strong>Prototyping</strong></h5>
<p>Especially when dealing with large data sets, it can be extremely inefficient to write &amp; test code on the target data. Try to find a clean data entry point into your code-flow. And then write &amp; test your code simultaneously by allowing a small amount of target data through. For example, use only the top (or random) one-thousand rows of data, rather than millions, in order to complete your code development. Prototype your solution with small amounts of data, and once satisfied, run the whole thing through it. This will help you develop error-free code quickly.</p>
<p>Yep, told you the ideas don&#8217;t <em>look</em> like they deserve calling out in so many words. However, many that are new to coding especially in data-rich environments tend to overlook these. I promise you, these two simple concepts can save you hours if not days of re-work!</p>
<p>The post <a href="https://predictivemodeler.com/2018/12/30/blueprinting-prototyping/">Blueprinting &#038; Prototyping</a> appeared first on <a href="https://predictivemodeler.com">Predictive Modeler</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://predictivemodeler.com/2018/12/30/blueprinting-prototyping/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
