in reply to Re: Re: Code factory
in thread Code factory
Is it better to have a lot of different function names, or one function that can take a lot of arguments?
Generally, reducing the number of functions in your API is a good thing.
What do you mean by "one function that can take a lot of arguments" though? Functions shouldn't take too many distinct arguments, but it is perfectly fine for there to be many acceptable values for those arguments.
-sauoq "My two cents aren't worth a dime.";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Code factory
by Notromda (Pilgrim) on Jul 08, 2003 at 16:35 UTC |