<?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: In Praise of Function Pre and Postconditions	</title>
	<atom:link href="https://programmingzen.com/in-praise-of-function-pre-and-postconditions/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/in-praise-of-function-pre-and-postconditions/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Fri, 29 Jul 2016 07:09:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Bevan		</title>
		<link>https://programmingzen.com/in-praise-of-function-pre-and-postconditions/#comment-29163</link>

		<dc:creator><![CDATA[Bevan]]></dc:creator>
		<pubDate>Fri, 08 Jul 2016 16:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://programmingzen.com/?p=1694#comment-29163</guid>

					<description><![CDATA[When I was taking CS classes in the early 90s, this was referred to as &quot;proving the correctness of your code&quot;... 

...basically are all the pre- and post- conditions satisfiable under all conditions? Will the correct values be returned under all circunstances?

It was a little overly formal to use every day, but I&#039;d hope would be something all programmers are taught to keep in mind. I forget the text we used, but it was one of Dijkstra&#039;s.]]></description>
			<content:encoded><![CDATA[<p>When I was taking CS classes in the early 90s, this was referred to as &#8220;proving the correctness of your code&#8221;&#8230; </p>
<p>&#8230;basically are all the pre- and post- conditions satisfiable under all conditions? Will the correct values be returned under all circunstances?</p>
<p>It was a little overly formal to use every day, but I&#8217;d hope would be something all programmers are taught to keep in mind. I forget the text we used, but it was one of Dijkstra&#8217;s.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
