Tag: refactoring
Removing Duplication by Refactoring
This video removes the duplication in the add and subtract classes by introducing an abstract base class. The end result is a use of the template method pattern. Video Producer: Brett L. Schuchert
Refactoring Java Classes with Eclipse
Small introduction to Eclipse Feature Diagrams function: a tool to refactor Java classes. Additional resources: Refactoring Java Code Refactoring in NetBeans 4.1
xUnit Test Patterns: Refactoring Test Code – Part 2 (video)
Test automation expert Gerard Meszaros talks about his book xUnit Test Patterns and how it can help developers and test automaters write better, more maintainable automated tests. He introduces some of the common Test Smells that test automaters may encounter and what these symptoms should tell them about how they’ve …
xUnit Test Patterns: Refactoring Test Code – Part 1
Test automation expert Gerard Meszaros talks about his book xUnit Test Patterns and how it aids developers and test automaters write better, more maintainable automated tests. He introduces the common Test Smells that test automaters may encounter and what these symptoms should tell them about how they’ve automated the tests. …