Re: max no of parameters a function can take?
From: Mike Wahler (mkwahler_at_mkwahler.net)
Date: 09/10/04
- Next message: Victor Bazarov: "Re: max no of parameters a function can take?"
- Previous message: Mike Wahler: "Re: [FAQ] Trying to make a thread"
- In reply to: Victor Bazarov: "Re: max no of parameters a function can take?"
- Next in thread: Victor Bazarov: "Re: max no of parameters a function can take?"
- Reply: Victor Bazarov: "Re: max no of parameters a function can take?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 10 Sep 2004 16:02:52 GMT
"Victor Bazarov" <v.Abazarov@comAcast.net> wrote in message
news:X9k0d.1447$Ae.1138@newsread1.dllstx09.us.to.verio.net...
> Master wrote:
> > what is the maximum no. of arguments a function can take?
>
> The Standard requires at least 256.
To "Master":
But if you find you need more than a maximum of perhaps
ten arguments (my personal threshold is more like six
or seven), imo you should consider refactoring your code
to use more functions with 'smaller' signatures. Keep
It Readable.
-Mike
- Next message: Victor Bazarov: "Re: max no of parameters a function can take?"
- Previous message: Mike Wahler: "Re: [FAQ] Trying to make a thread"
- In reply to: Victor Bazarov: "Re: max no of parameters a function can take?"
- Next in thread: Victor Bazarov: "Re: max no of parameters a function can take?"
- Reply: Victor Bazarov: "Re: max no of parameters a function can take?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|