You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 1IME this doesn't work. If your system is, say, a system to fill out tax forms--then you need to fill out all the tax forms before the users will use it. If you try to tell them to fill out some forms in system A and some in system B then they will probably revolt (not to mention you may not be able to properly fill out the forms anyway, if the forms are reliant on data that goes across forms). Requirements to upgrade systems are often coming from the top of the organization down, as in "we no longer want to pay for the mainframe, all software on the mainframe must be re-written".user3067860– user30678602022-12-08 19:36:37 +00:00Commented Dec 8, 2022 at 19:36
- And "full set of requirements" is just a joke. The full set of requirements is that the new software must fill all the functionality that the old software had, but better and faster. You can try leaving off some stuff that seems to be not used, but then you find out that it was only used by one group during the end-of-year accounting and it's absolutely critical during that time or something.user3067860– user30678602022-12-08 19:40:40 +00:00Commented Dec 8, 2022 at 19:40
- 2@user3067860 I never said that you could go live and fully replace the old system in a couple of iterations. Building iteratively and incrementally would let you get feedback from key stakeholders. At some point, the stakeholders will either terminate the effort or they will say that they can start using the new system. Perhaps they will use both systems in parallel, for different groups of people, even. But what I've described is a good way to replace a legacy system.Thomas Owens– Thomas Owens ♦2022-12-08 19:58:10 +00:00Commented Dec 8, 2022 at 19:58
- We did that. What happened was that even though the new system was up running in parallel as it was built out feature by feature no one used the new system until the legacy system was shut off (after 6 years! spent developing the new system) and then they suddenly had a lot of problems they "found" in the new system.user3067860– user30678602022-12-08 20:53:49 +00:00Commented Dec 8, 2022 at 20:53
- And we're also currently doing this with a different system and management is angry with the technical teams since everyone keeps finding features in the legacy system that need to be added to the new system which of course pushes out the completion date (and features get released and then have to be turned off/rolled back since some important thing was missed, etc.).user3067860– user30678602022-12-08 20:57:20 +00:00Commented Dec 8, 2022 at 20:57
| Show 4 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. ms-project), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you