E
Eric Sosman
I want to make some things clear here before I speak more. There are 2
things you can learn from clc or any programming language newsgroup:
(1) Genuine/Proper/Good/Real/(fill your favorite word here) way of
programming in that language. Its only because of clc that I *always*
compile with -ansi (-std=c99) -pedantic -Wall -Wextra flags to gcc.
(2) Style of Programming: This is personal. e.g. Richard Heathfield
considers it as a bug if his function contains more than one return
statement, while others consider having return statements at 3/4/N places
in the functions as a fine idea.
So, what you are saying belongs to (1) or (2) ? I think its (1) but I
want to be sure.
"You pays your money and you takes your choice" is a colloquialism
meaning "(2)."