Extract class
In-game article clicks load inline without leaving the challenge.
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). . Addison-Wesley. ISBN 0-201-48567-2.