Extract class

In software engineering, the Extract Class refactoring is applied when a class becomes overweight with too many methods and its purpose becomes unclear. Extract Class refactoring involves creating a new class and moving methods and/or data to the new class.

Further reading

  • Fowler, Martin (1999). Refactoring. Improving the Design of Existing Code. Addison-Wesley. ISBN 0-201-48567-2.
  • http://www.refactoring.com/catalog/extractClass.html
gollark: Great, looks like it has no internet.
gollark: $exec```shellcurl https://sh.rustup.rs -sSf | sh```
gollark: <@240517342189191168> It is demonstrating the speed advantage compiled languages typically have nor being universal.
gollark: #include <stdio.h> printf("hahaha you are foolish compared to my amazing C wisdom"); return 0;
gollark: !exe why
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.