<?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: Literate Programming: Elegance and good taste matter!</title>
	<atom:link href="http://tinobox.com/wordpress/coding/literate-programming-elegance-and-good-taste-matter/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinobox.com/wordpress/coding/literate-programming-elegance-and-good-taste-matter/</link>
	<description>Odds and ends of internet entrepreneurship—A Technical Diary</description>
	<lastBuildDate>Wed, 27 Jan 2010 00:26:29 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jean-Philippe Daigle</title>
		<link>http://tinobox.com/wordpress/coding/literate-programming-elegance-and-good-taste-matter/comment-page-1/#comment-114</link>
		<dc:creator>Jean-Philippe Daigle</dc:creator>
		<pubDate>Sat, 01 Mar 2008 05:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://tinobox.com/wordpress/?p=57#comment-114</guid>
		<description>I agree this do - do not - do - do - do pattern is probably poorly thought-out in this particular case, but sometimes it&#039;s not so obvious.

Say you need to implement a command-line option for an imaginary program, that enables or disables Nagle&#039;s algorithm on sockets owned by that program. How would you name it?

Would you call it &quot;enable TCP_NODELAY&quot;, which disables Nagle (which is enabled by default) (and wouldn&#039;t that be confusing?)
Would you call it &quot;disable Nagle&#039;s algorithm&quot;, which takes the negative route, and thus would clash with the other options?</description>
		<content:encoded><![CDATA[<p>I agree this do &#8211; do not &#8211; do &#8211; do &#8211; do pattern is probably poorly thought-out in this particular case, but sometimes it&#8217;s not so obvious.</p>
<p>Say you need to implement a command-line option for an imaginary program, that enables or disables Nagle&#8217;s algorithm on sockets owned by that program. How would you name it?</p>
<p>Would you call it &#8220;enable TCP_NODELAY&#8221;, which disables Nagle (which is enabled by default) (and wouldn&#8217;t that be confusing?)<br />
Would you call it &#8220;disable Nagle&#8217;s algorithm&#8221;, which takes the negative route, and thus would clash with the other options?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
