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.
Required fields*
-
12+1 for refactor approach. Lots of times there's not enough time or manhours to rewrite AND maintain the existing system.Ryan Hayes– Ryan Hayes2010-09-22 12:20:20 +00:00Commented Sep 22, 2010 at 12:20
-
4@John: As an executive, I would have a very hard time greenlighting a rewrite on an application that my sales team has yet to get a customer for. In all honesty, I'd give it a certain amount of time, and then decide what to do. If interest isn't there, I'd trash the whole thing and pick something else to do.ChrisLively– ChrisLively2010-09-22 22:13:09 +00:00Commented Sep 22, 2010 at 22:13
-
4I recently rewrote a Visual Basic application in Java. This allowed it to be run as a service under Windows (no Java GUI) - benefit to customer.user1249– user12492011-04-02 18:04:37 +00:00Commented Apr 2, 2011 at 18:04
-
5"rewrites have no direct effects/benefits for the customer" - this is often a myth, as the newer frameworks provide "built in" a lot of productivity enhancements that are either impossible or far too expensive to implement. One example, upgrading a vb6 app to a .net app allows users to open larger files (due to a 64 bit architecture) which therefore means that the end users don't have to artificially break up their work.Stephen– Stephen2015-06-01 03:28:01 +00:00Commented Jun 1, 2015 at 3:28
-
1@Stephen true, but that is the same as saying that a game written for a playstation 4 has better graphical resources than if it were written for a playstation 1. Most server applications, web services, and back-end batch processors will not generally gain such benefits, aside from those afforded to the developers themselves.Kain0_0– Kain0_02020-04-07 14:53:12 +00:00Commented Apr 7, 2020 at 14:53
|
Show 1 more comment
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**
- indent code by 4 spaces
- backtick escapes
`like _so_` - 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. design-patterns), 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