Remove Parameter
From CSSEMediaWiki
(Difference between revisions)
Brett Ward (Talk | contribs) (New page: 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 nee...) |
|||
Line 1: | Line 1: | ||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://ebytery.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | ||
+ | ---- | ||
+ | =[http://ebytery.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
If a method does not use a parameter in its body, then the parameter should simply be removed. | If a method does not use a parameter in its body, then the parameter should simply be removed. | ||
Revision as of 06:19, 24 November 2010
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: