2

There has to be a name for this. I'm thinking degraded or unused (old isn't descriptive enough). Has anyone come up with something descriptive to call this?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Daisetsu
  • 4,846
  • 11
  • 50
  • 70

4 Answers4

13

Deprecated (in java) or Obsolete (in c#)

David Lynch
  • 1,716
  • 15
  • 15
  • Note: it's not 'depreciated' as some people like to call it. Depreciated relates to the loss of value of an asset over time. – Ben Aston Jul 21 '10 at 22:53
6

Deprecated

Rich
  • 896
  • 6
  • 15
5

You should use: deprecated

Flavius Stef
  • 13,740
  • 2
  • 26
  • 22
1

Obsolete for .NET

http://msdn.microsoft.com/en-us/library/system.obsoleteattribute.aspx

Rob Cooke
  • 968
  • 1
  • 6
  • 12