| | Edit Deprecation (Site not responding. Last check: 2007-11-07) |
 | | The purpose of deprecating a method rather than simply removing it, is to allow a period of time when code which depends on the deprecated method will still run, but will pop up warnings if you have the #showDeprecationWarnings *preference>Preferences* turned on. |
 | | !Deprecation Duration In the official Squeak release image, any methods which are deprecated during one release (say, during 3.8alpha) will not be removed from the system until the following release (3.9alpha) at the earliest. |
 | | That way, a package which depends on the deprecated method will see warnings in the 3.8 release but will still work, and will not have a problem until the 3.9 release. |
| minnow.cc.gatech.edu /squeak/3940.edit (466 words) |