Linked by Bjorn Raupach on Thu 17th Jul 2008 06:01 UTC
Thread beginning with comment 323487
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: Never programmed in Java before...
by ValiSystem on Thu 17th Jul 2008 18:54
in reply to "RE[3]: Never programmed in Java before..."
RE[5]: Never programmed in Java before...
by FunkyELF on Thu 17th Jul 2008 19:05
in reply to "RE[4]: Never programmed in Java before..."






Member since:
2006-07-26
Then there is no "contract" in the function prototype. It is nice to know by looking at the arguments what can be changed and what can't be changed. You wind up looking at the code to see what is really going on, or actually reading the documentation which nobody wants to do.
Pointers are an ugly hack. The output variable is an input to the function?