Deprecated
From OdleWiki
Revision as of 00:38, 8 July 2015 by Kenneth John Odle (talk | contribs) (Created page with "'''Deprecated''' describes a software feature or coding practice that has been supplanted by a better one. Although deprecated items are still supported to provide backward...")
Deprecated describes a software feature or coding practice that has been supplanted by a better one.
Although deprecated items are still supported to provide backward compatibility, you should avoid using them, as they will at some point become obsolete (that is, no longer supported), causing your code to work improperly or not at all.