Remove Parameter
From CSSEMediaWiki
Revision as of 22:10, 14 October 2009 by Brett Ward (Talk | contribs)
If a method does not use a parameter in its body, then the parameter should simply be removed.
Parameters imply data that is needed. If it is the case that some uses of the method need the parameter, you may need to make this method seperate, having a version with and without the parameter.
See Also: