Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uvnf78$1ct1p$3@dont-email.me>
Deutsch   English   Français   Italiano  
<uvnf78$1ct1p$3@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.misc
Subject: Code Reuse (was Re: The Continuous Amnesia Issue)
Date: Wed, 17 Apr 2024 03:21:12 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 13
Message-ID: <uvnf78$1ct1p$3@dont-email.me>
References: <slrnv1rafb.3l3.bencollver@svadhyaya.localdomain>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 17 Apr 2024 05:21:13 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="eab0799947e46f7ee0d29068ff6512f6";
	logging-data="1471545"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/U+vb/SXD9XL64t3/dV+pK"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:3jZLfGyJJ6Dp9ZSGA+zU1ahPJL4=
Bytes: 1574

On Mon, 15 Apr 2024 22:34:53 -0000 (UTC), Ben Collver wrote:

> The discussion moved at a level as if nobody ever had said or written a
> single word about reusability in the past 50 years.

That’s because most of that 50 years was spent talking about it, not 
actually doing it.

I think the problem is pretty much solved now. Open Source has become the 
established way to develop most parts of the software stack (except 
perhaps the most specialized bits at the top). And code reuse follows very 
naturally from the ability to share, modify and redistribute other 
people’s code.