Duplicate Code Detection and Extraction

Duplicate Code Detection and Extraction

Versandfertig in 6-10 Tagen
26,99 €
inkl. MwSt.
PAYBACK Punkte
13 °P sammeln!
This book describes one of the best technique for code testing. This Technique detects duplicate code and extracts it into one procedure which can be called in another program as per the requirements. Programmers often take this approach because it is quicker and safer, at least in the immediate term, than the other approach of factoring out the code that is common to the old and new features into a separate procedure, and calling this procedure from both places. This is especially true when, due to differences between the existing and new features, it is necessary to restructure the existing ...