Sujet : Re: The joy of FORTRAN
De : tnp (at) *nospam* invalid.invalid (The Natural Philosopher)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 01. Mar 2025, 10:25:42
Autres entêtes
Organisation : A little, after lunch
Message-ID : <vpujqm$5g9r$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
User-Agent : Mozilla Thunderbird
On 01/03/2025 01:24, c186282 wrote:
Being kinda old-school my pgms always look like
something from the K&R book, and with comments
after almost every line. THAT you can read a
day from now, or a year from now ....
Yes.Even the ? operator gets clumsy if it is being used to fork two different paths of complex code.
Much better to use an 'If' with some long blocks, or even inline function for clarity and still retain the speed.
-- Gun Control: The law that ensures that only criminals have guns.