Click here to Skip to main content
15,887,379 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Rewrite or...? Pin
CPallini8-Sep-22 2:52
mveCPallini8-Sep-22 2:52 
GeneralRe: Rewrite or...? Pin
jmaida8-Sep-22 16:01
jmaida8-Sep-22 16:01 
AnswerRe: Rewrite or...? Pin
Greg Utas8-Sep-22 1:19
professionalGreg Utas8-Sep-22 1:19 
GeneralRe: Rewrite or...? Pin
Sander Rossel8-Sep-22 2:56
professionalSander Rossel8-Sep-22 2:56 
AnswerRe: Rewrite or...? Pin
PIEBALDconsult8-Sep-22 2:23
mvePIEBALDconsult8-Sep-22 2:23 
GeneralRe: Rewrite or...? Pin
Sander Rossel8-Sep-22 2:48
professionalSander Rossel8-Sep-22 2:48 
AnswerRe: Rewrite or...? Pin
abmv8-Sep-22 2:35
professionalabmv8-Sep-22 2:35 
AnswerRe: Rewrite or...? Pin
Jörgen Andersson8-Sep-22 4:32
professionalJörgen Andersson8-Sep-22 4:32 
How much money and time do you have?

Rewriting or porting an application is normally only 100% successful if it's built in a structured way. Hell know what's awaiting you in a bowl of spaghetti.
I would start with refactoring the existing app into proper logical layers. (Move all sql-queries to a datalayer and all logics to a business layer and clean it up while doing so)
If you feel that this is to hard or to much work, or get to much resistance from the existing developers, you probably already know it will fail.
Otherwise you will have a good starting point for a rewrite.

So as I see it, the choice isn't between refactor OR rewrite. You should do both. Laugh | :laugh:
Wrong is evil and must be defeated. - Jeff Ello

AnswerRe: Rewrite or...? Pin
Gerry Schmitz8-Sep-22 5:13
mveGerry Schmitz8-Sep-22 5:13 
AnswerRe: Rewrite or...? Pin
DRHuff8-Sep-22 5:19
DRHuff8-Sep-22 5:19 
AnswerRe: Rewrite or...? Pin
raddevus8-Sep-22 8:44
mvaraddevus8-Sep-22 8:44 
AnswerRe: Rewrite or...? Pin
englebart8-Sep-22 13:30
professionalenglebart8-Sep-22 13:30 
AnswerRe: Rewrite or...? Pin
rob tillaart8-Sep-22 20:27
rob tillaart8-Sep-22 20:27 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:09
professionalSander Rossel9-Sep-22 23:09 
AnswerRe: Rewrite or...? Pin
HansTW8-Sep-22 21:12
HansTW8-Sep-22 21:12 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:10
professionalSander Rossel9-Sep-22 23:10 
AnswerRe: Rewrite or...? Pin
Paul Sanders (the other one)8-Sep-22 21:31
Paul Sanders (the other one)8-Sep-22 21:31 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:13
professionalSander Rossel9-Sep-22 23:13 
GeneralRe: Rewrite or...? Pin
Paul Sanders (the other one)10-Sep-22 5:02
Paul Sanders (the other one)10-Sep-22 5:02 
AnswerRe: Rewrite or...? Pin
Carl_Sharman8-Sep-22 21:58
Carl_Sharman8-Sep-22 21:58 
AnswerRe: Rewrite or...? Pin
maze38-Sep-22 23:02
professionalmaze38-Sep-22 23:02 
AnswerRe: Rewrite or...? Pin
kaserei8-Sep-22 23:59
kaserei8-Sep-22 23:59 
GeneralRe: Rewrite or...? Pin
Sander Rossel9-Sep-22 23:21
professionalSander Rossel9-Sep-22 23:21 
GeneralRe: Rewrite or...? Pin
kaserei10-Sep-22 0:21
kaserei10-Sep-22 0:21 
AnswerRe: Rewrite or...? Pin
jochance9-Sep-22 1:24
jochance9-Sep-22 1:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.