This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.