Questions tagged [software-obsolescence]

4 questions
51
votes
18 answers

Is there an expiration date for well regarded, but old books on programming?

After reading a question about books every programmer should read, I wonder if the following should be considered obsolete: Code complete: 1st edition in 1993; 2nd edition in May, 2004 Introduction to algorithms (Cormen, Leiserson, Rivest, Stein):…
Olivier Pons
  • 377
  • 4
  • 11
27
votes
7 answers

Is the carriage-return char considered obsolete

I wrote an open source library that parses structured data but intentionally left out carriage-return detection because I don't see the point. It adds additional complexity and overhead for little/no benefit. To my surprise, a user submitted a bug…
Evan Plaice
  • 5,725
  • 2
  • 24
  • 34
14
votes
3 answers

How to deal with "software end-of-life" situations?

When a vendor declares that they no longer intend to provide any support or services to a piece of software (and stated the intent to exit the business - offering no upgrade paths), what kind of recourse is available to the customer? Please consider…
rwong
  • 16,695
  • 3
  • 33
  • 81
1
vote
3 answers

What process/guidelines should be followed, when I am about to deprecate a few methods from my service classes in Java?

My team plans to deprecate a few methods from a specific library. I do not want to simply remove them, but dont want to return results either from the mehtods that are to be deprecated. What are the guidelines/process I should ideally follow?
Neeraj
  • 111
  • 3