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 <87cyo8v7rs.fsf@nosuchdomain.example.com>
Deutsch   English   Français   Italiano  
<87cyo8v7rs.fsf@nosuchdomain.example.com>

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

Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Keith Thompson <Keith.S.Thompson+u@gmail.com>
Newsgroups: comp.lang.c
Subject: Re: Whaddaya think?
Date: Sat, 22 Jun 2024 17:10:15 -0700
Organization: None to speak of
Lines: 22
Message-ID: <87cyo8v7rs.fsf@nosuchdomain.example.com>
References: <666ded36$0$958$882e4bbb@reader.netnews.com>
	<87ed8x4zjl.fsf@nosuchdomain.example.com>
	<666f10b7$0$1412896$882e4bbb@reader.netnews.com>
	<v4o7om$er18$1@dont-email.me> <20240617003207.452@kylheku.com>
	<66703f13$0$7062$882e4bbb@reader.netnews.com>
	<v4pkea$n98h$2@dont-email.me> <20240622151026.607@kylheku.com>
MIME-Version: 1.0
Content-Type: text/plain
Injection-Date: Sun, 23 Jun 2024 02:10:15 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="4fd171a301c9caad40652f36602e6fff";
	logging-data="4188361"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18s603N/BUdwAdbNqKuYrQS"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Cancel-Lock: sha1:ahOdw90qJLkbv/QSc3AXDou2AUs=
	sha1:rd8+Rq23kobD5OM+c7/AdPIOvvA=
Bytes: 2012

Kaz Kylheku <643-408-1753@kylheku.com> writes:
[...]
> The misfeature of missing return being success was, I believe, not
> intended to make programs shorter. It was intendeda to correct the
> random termination statuses of countless numbers of programs in a single
> stroke.

Agreed.

> Deliberately relying on this in a new program is like relying ona a
> diaper. If you're of intermediate age, you don't do this.

No, deliberately relying on this in a new program is like relying on a
language feature that's been clearly specified for the past quarter
century.

If I relied only on language features that I *like*, I wouldn't be able
to write much code.

-- 
Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com
void Void(void) { Void(); } /* The recursive call of the void */