Refactoring: expose static method

You may discover sometimes that some of your classes have method you would like to use without creating new instance of that class. In this case we have to use expose static method refactoring to make this method static.

 

NB! This blog is moved to gunnarpeipman.com

Click here to go to article

No Comments