Discussion on:

Message 4 of 25
1 Vote
+ -
Um... Yeah, "requirements" might not be the appropriate term
"Project vision" is probably better. It's about what should developers focus on: Performance, deadlines, or readability/maintainability.

If software is expected to be in use for a long time (OS, business core app, etc), it's important to be durable and maintainable. Programs for one time use (data migration, for example) don't need to be maintainable. Code rot is not the problem here.

Sometimes, if you need planned obsolesence, code rot is even desireable. Customers might not like it, though.
Posted by jkameleon@...
12th Oct 2011