Take Care
Although it seems to be very easy to change a method name, code can be broken if refactoring tools (built into many modern IDE's) are not used to also change all code that refers to the existing method.
If a codebase has provided an external API that including the existing method name then the existing function should not be removed, but 'deprecated' over time and finally removed at a future date. In this case the "Copy Method" refactoring can be considered as an alternative.
- Java 5.0 provides the annotation @Override to help protect against mistakes such as this.
Read more about this topic: Rename Method
Famous quotes containing the word care:
“It is said, the devil takes care of his own. Much more should a good spiritthe spirit of the Constitution and the Uniontake care of its own. I think it can not do less, and live.”
—Abraham Lincoln (18091865)
“What care I for a goose-feather bed,
With the sheet turned down so bravely, O?
For to-night I shall sleep in a cold open field,
Along with the wraggle taggle gipsies, O!”
—Unknown. The Wraggle Taggle Gipsies (l. 3336)