Slide 121
Slide 121 text
Large refactoring subgraph from Square Okhttp
public int readInt() throws IOException {
require(4, Deadline.NONE);
return buffer.readInt();
}
A developer performed 21 extract method
operations to move this duplicated code
to a single method
121