Comments by jjackel

  • elgiad007 is on the right track. In computer programming, deprecated means that the developer of a framework will no longer support a particular function or method. It does not necessarily mean there is a direct replacement. Sometimes the developer takes a completely different approach to a problem. Nonetheless, a deprecated method often continues to work for a time. When the developer declares a method deprecated, s/he is explicitly breaking the implied contract that new versions of a framework will work with older programs, preparing programmers and users for the possibility that their stuff may no longer work or may stop working someday.

    January 7, 2010