Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Typo

...

In the process of authoring computer software, its standards or documentation, deprecation is a status applied to software features to indicate that they should be avoided, typically because they have been superseded. Although deprecated features remain in the software, their use may raise warning messages recommending alternative practices, and deprecation may indicate that the feature will be removed in the future. Features are deprecated—rather deprecated--rather than immediately removed—in removed--in order to provide backward compatibility, and give programmers who have used the feature time to bring their code into compliance with the new standard.

...

Deprecation is nothing more than communication. We'll re letting you know that change is coming.

...