Hide Method
From CSSEMediaWiki
(Difference between revisions)
Brett Ward (Talk | contribs) (New page: This refactoring is simply making a method private if it is only used within the class that contains it, and thus no other class needs access to it. Martin Fowler recommends using a t...) |
|||
Line 3: | Line 3: | ||
[[Martin Fowler]] recommends using a tool or using manual checks to see if methods can be made private. | [[Martin Fowler]] recommends using a tool or using manual checks to see if methods can be made private. | ||
− | == See Also: == | + | >== See Also: == |
{{Refactoring}} | {{Refactoring}} | ||
+ | |||
+ | ---- | ||
+ | <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://egakomu.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]= | ||
+ | ---- | ||
+ | =[http://egakomu.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 07:00, 18 November 2010
This refactoring is simply making a method private if it is only used within the class that contains it, and thus no other class needs access to it.
Martin Fowler recommends using a tool or using manual checks to see if methods can be made private.
>== See Also: ==