<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: RAD is not productivity</title>
	<atom:link href="http://www.danappleman.com/index.php?feed=rss2&#038;p=4" rel="self" type="application/rss+xml" />
	<link>http://www.danappleman.com/?p=4</link>
	<description>Analysis and commentary on technology issues and others</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:30:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Turner</title>
		<link>http://www.danappleman.com/?p=4&#038;cpage=1#comment-100637</link>
		<dc:creator>Jason Turner</dc:creator>
		<pubDate>Thu, 23 Aug 2007 21:49:02 +0000</pubDate>
		<guid isPermaLink="false">/?p=4#comment-100637</guid>
		<description>&quot;It&#039;s the beautifully structured, object oriented, &#039;good&#039; C++ code that&#039;s giving us all huge amount of grief due to security problems (buffer overruns, memory leaks, games with pointers, etc.).&quot;

Actually, beautifully structured good c++ code does not use raw pointers, uses typesafe containers such as vector and string for handling memory, and uses proper RAII to manage resources, so it is also immune to all those problems as well.</description>
		<content:encoded><![CDATA[<p>&#8220;It&#8217;s the beautifully structured, object oriented, &#8216;good&#8217; C++ code that&#8217;s giving us all huge amount of grief due to security problems (buffer overruns, memory leaks, games with pointers, etc.).&#8221;</p>
<p>Actually, beautifully structured good c++ code does not use raw pointers, uses typesafe containers such as vector and string for handling memory, and uses proper RAII to manage resources, so it is also immune to all those problems as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli Draluk</title>
		<link>http://www.danappleman.com/?p=4&#038;cpage=1#comment-6</link>
		<dc:creator>Eli Draluk</dc:creator>
		<pubDate>Tue, 17 Aug 2004 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=4#comment-6</guid>
		<description>That&#039;s exactly it, RAD is really a wonderful thing. It means I can pop out a nice looking windows app in a day, versus messing about in C++ for a week. Let&#039;s face it, with shrinking QA budgets, and rising demands on programmers, the more productive you can be the better.</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly it, RAD is really a wonderful thing. It means I can pop out a nice looking windows app in a day, versus messing about in C++ for a week. Let&#8217;s face it, with shrinking QA budgets, and rising demands on programmers, the more productive you can be the better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.647 seconds -->
