Sujet : Re: VMS x86-64 database server
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 10. Jul 2025, 05:28:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104nfgt$mfqt$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Pan/0.162 (Pokrosvk)
On Wed, 9 Jul 2025 22:24:50 -0400, Arne Vajhøj wrote:
There are fundamentally two different ways of handling errors:
* return status
* exception
There’s a difference between different statuses that might be returned as
part of the normal execution of an operation, and unexpected conditions
indicating program bugs.
Syntax errors in the embedded language would almost always belong in the
latter category.