From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0127941e0d76aa164b1944de5701be00@mightycheese.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] same functions everywhere From: "rob pike, esq." In-Reply-To: <867abf0eaf4f7777b25c1b5e2b615bc1@plan9.escet.urjc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 23 Apr 2003 10:33:59 -0700 Topicbox-Message-UUID: 97994006-eacb-11e9-9e20-41e7f4b1d025 > An intermediate way would be to add another library with > common tools like those ones. But maybe we end up with too many > libraries then... This doesn't really address the objection unless you also require that other libraries not use this one, which seems bizarre. The argument I think carries the day is that error handling is an application-specific issue, not a library issue. I have written emalloc several times but each application tends to do something different in the error case. That is the real point. -rob