Sujet : Re: Stealing a Great Idea from the 6600
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.archDate : 31. Jul 2024, 00:56:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8buit$18cmh$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Pan/0.159 (Vovchansk; )
On Tue, 18 Jun 2024 21:09:51 +0000, MitchAlsup1 wrote:
Because of this, I altered my programming style and almost never end up
using ++ or -- anymore.
I never got into the habit of combining those with other operations in the
same expression. It always seemed unsound from the viewpoint of code
comprehensibility to me.
Since I ignore the results from these operations, post- versus pre-
increment/decrement makes no difference, so I normally use the pre- forms.