From mboxrd@z Thu Jan 1 00:00:00 1970 From: chris@hollis-locke.com To: 9fans@cse.psu.edu In-Reply-To: <20030911190427.A2507@cackle.proxima.alt.za> Subject: Re: [9fans] ... in the Kingdom of Sources User-Agent: Demon-WebMail/2.0 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: Date: Thu, 11 Sep 2003 18:40:14 +0100 Topicbox-Message-UUID: 31855c18-eacc-11e9-9e20-41e7f4b1d025 lucio@proxima.alt.za wrote: > > I'm willing to concede rob's point. In an interactive environment > error checking is counterproductive if a user response would be > preferable. But you can't design a standard around "the great > majority of text processing code" without sacrificing the ability > to deal with the exceptions. > But it is very easy to write a conversion function that does do the check. If you have an exceptional requirement, then write the code for it. The general purpose library should do the most convenient thing for the majority of applications.