I've come across the phrase 'sustaining software engineering' but don't know exactly what it means. There seems to be some DoD connection? Is it related to Agile Development?

link|improve this question
feedback

closed as off topic by awoodland, Robert Harvey Apr 30 at 20:46

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

6 Answers

up vote 3 down vote accepted

I believe "sustaining" is another word for "maintenance": it's what happens after software is released, i.e. support, bug fixing, enhancements ...

link|improve this answer
This is how the term is used where I work. – Eddie Jan 23 '09 at 20:15
feedback

Sustainable Software Engineering: Consideration of the social and environmental effects of software projects in managing the project. Managing a software project in order to maximize the positive and minimize the negative social and environmental effects of the project.

Alternative (Sustaining): Consideration of the long-term support requirements during the design and development of a software project. The process of conducting the long-term support required when development is complete.

link|improve this answer
feedback

It's just a fancy way of saying "Software Maintenance Team".

link|improve this answer
feedback

It's about customer support and customer service. It's used in military (Sustainment Brigade). Here is a definition.

It's definitively not related to Agile Software Development.

link|improve this answer
feedback

Sustaining Software Engineering, at least in the cases where I've come across it, is the department responsible for implementing hot-fixes for released products, and handling customer service issues that the tech-support guys can't resolve on their own.

link|improve this answer
feedback

Many in the software world define sustaining engineering as the bug fix team. While this is a part of the duties involved the sustaining engineering group should also be looking at the overall defect trends to help identify areas needing re-factoring. The focus of the group should be to not just fix bugs as they come in but to be the conduit back into engineering to ELIMINATE needless calls from customers. That might involve "works as designed" issues as well as product areas the customers just have a hard time understanding.

link|improve this answer
feedback