Pages that link to "Extract Class"
From CSSEMediaWiki
The following pages link to Extract Class:
View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)- Refactoring (← links)
- Large class smell (← links)
- Separation of concerns (← links)
- One key abstraction (← links)
- Extract Method (← links)
- Feature envy smell (← links)
- Poker Simulator Design Writeup (← links)
- Divergent change smell (← links)
- Data clumps smell (← links)
- 2005 Exam answers (← links)
- Separate non-communicating behaviour (← links)
- Template:Refactoring (← links)
- Primitive obsession smell (← links)
- Temporary field smell (← links)
- Template:Moving Features Between Objects (← links)
- Super quick exam ref (← links)
- Introduce Parameter Object (← links)
- Extract Subclass (← links)
- Remove Middle Man (← links)
- Remove Setting Method (← links)
- Introduce Foreign Method (← links)
- Introduce Local Extension (← links)
- Self Encapsulate Field (← links)
- Change Value to Reference (← links)
- Change Reference to Value (← links)
- Replace Array with Object (← links)
- Duplicate Observed Data (← links)
- Change Unidirectional Association to Bidirectional (← links)
- Pull Up Field (← links)
- Pull Up Method (← links)
- Push Down Field (← links)
- Push Down Method (← links)
- Extract Superclass (← links)
- Extract Interface (← links)
- Hide Method (← links)
- Pull Up Constructor Body (← links)
- Parameterise Method (← links)
- Remove Parameter (← links)
- Add Parameter (← links)
- Rename Method (← links)
- Replace Error Code with Exception (← links)
- Replace Exception with test (← links)
- Collapse Hierarchy (← links)
- Replace Magic Number with Symbolic Constant (← links)
- Replace Constructor with Factory Method (← links)