Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Sean Thomas
Sean Thomas
10,877 Points

Meaning of deprecated

I guess this is not a question. I wasn't sure what the mean of "deprecated" meant in programming terms, and I bet I'm not the only one.

"In the process of authoring computer software, its standards and documentation, deprecation is a status to software features to indicate that they should be avoided, typically because they have been superseded." - found via http://bit.ly/1X0N1JV

2 Answers

When something has been given the status of "deprecated" it means that it is no longer supported and should not be used.

Murat Hasdemir
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Murat Hasdemir
Front End Web Development Techdegree Graduate 20,968 Points

They stopped to work on that code and replaced new way to do the same work (for better or securer way). That doesn't mean you have to avoid it as law of life but you have to know that in first or second major update they will remove that code from system and that will kill your code. First work learn new implanted code and replace your code as soon as possible.