Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: alt.folklore.computers,comp.os.linux.misc Subject: Re: comments, The joy of FORTRAN Date: 2 Mar 2025 21:12:44 GMT Lines: 14 Message-ID: References: <59CJO.19674$MoU3.15170@fx36.iad> <1193769225.762545617.347047.peter_flass-yahoo.com@news.eternal-september.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net KJd0A+V7UklqWr2h7i+i3gr7LTvD0QGWYttyuw37vcvXfmqi3P Cancel-Lock: sha1:ntENiiE/8A4UAM9u/HsEtB8VxiU= sha256:GUO5UgNOg1CFnuyzy5Zd/dVDeuB/QUyME2mH0L3hqJs= User-Agent: Pan/0.160 (Toresk; ) Xref: csiph.com alt.folklore.computers:230263 comp.os.linux.misc:65945 On Sun, 2 Mar 2025 20:43:47 -0000 (UTC), John Levine wrote: > According to c186282 : >> Even 'clear' C is often NOT so clear - neither the syntax or logic. >> You've gotta EXPLAIN every step to yourself. > > Well, yeah. > > i += 2; /* add 1 to index */ And there is the problem with comments... I have seen elaborate comments that explained the input parameters, return values, and logic that were extremely helpful -- ten years ago.