Sujet : Re: Fetch string from comment
De : mhx (at) *nospam* iae.nl (mhx)
Groupes : comp.lang.forthDate : 05. Mar 2025, 18:29:22
Autres entêtes
Organisation : novaBBS
Message-ID : <d122f0610edfd0bdc2895aa1b726cf1e@www.novabbs.com>
References : 1 2 3 4 5
User-Agent : Rocksolid Light
On Wed, 5 Mar 2025 16:50:13 +0000, Anton Ertl wrote:
Does it make a difference in understandability whether you implement a
state transition as "goto state123" or in the Dijkstra-compatible
"state = state123"? So why should I care whether it is gotoless?
The syntax is fine (the one is just as unreadable as the other) but what
about the implementation?
I couldn't locate the pertinent subject at
https://www.cs.utexas.edu/~EWD/welcome.html, do you have a hint?
-marcel