Limit number of parameters per method?
Posted
by Farstucker
on Stack Overflow
See other posts from Stack Overflow
or by Farstucker
Published on 2010-06-03T12:43:39Z
Indexed on
2010/06/03
12:44 UTC
Read the original article
Hit count: 226
Assuming the parameters are all the same type, is there a rule of thumb in regards to the number of parameters for a method? Im just wondering where I should draw the line and what my alternatives are (ie interface, array, etc).
© Stack Overflow or respective owner