From: Mirco Miranda (mircomir_at_libero.it)
Date: 2001-01-02 22:56:04
Mike McCarty ha scritto: > I don't speak Italian, but Spanish is my first language, and it sure > looks like you are trying to say "short-circuit evaluation", which is > correct. yes... I saw in the dictionary : short-circuit :-) > > In all things I prefer to use the "for" instead the "while" when I write a C program... > > I prefer to use syntax which reflects the way I think of the solution, > rather than have pet preferred syntax. If I am incrementing a variable, > I use ++, but if I am adding 1 to it, as opposed to incrementing it, I > use += 1. A decent compiler generates the same code in either case. Yes... in this case I think as you. But "for - while" for me is different. I understand better a code with for instead a code with while... > I like my programs to indicate by their style what they are trying to > accomplish. The more hints I can give myself later, the better I like > it. depend of my scope ;-) -- ciao, Mirco. ICQ#: 51640305 ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:37 CET