<!DOCTYPE html>
<html><head><title>What does “deprecated” mean?</title></head><body>
<strong>What does “deprecated” mean?</strong><br />
<br />
In computer software, the word “deprecated” means that a feature is no longer officially supported and is likely to be removed in the future. In other words, if you discover that you’re using a deprecated feature, you should stop using it as soon as possible and use the suggested replacement instead.<br />
<br />
Basically, marking something as “deprecated” is rather like marking it as “obsolete”, “discontinued”, or “unsupported”.
</body></html>