Hubbry Logo
search button
Sign in
Extract class
Extract class
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Extract class
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Extract class Wikipedia article. Here, you can discuss, collect, and organize anything related to Extract class. The purpose of the hub is to connect peopl...
Add your contribution
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

[edit]
  • Fowler, Martin (1999). Refactoring. Improving the Design of Existing Code. Addison-Wesley. ISBN 0-201-48567-2.
  • http://www.refactoring.com/catalog/extractClass.html