Click here to Skip to main content
15,913,055 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: Anyone got any experience of Auto code convertors... Pin
RickZeeland21-Jan-19 9:11
mveRickZeeland21-Jan-19 9:11 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Peter Adam21-Jan-19 20:49
professionalPeter Adam21-Jan-19 20:49 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
RickZeeland21-Jan-19 21:04
mveRickZeeland21-Jan-19 21:04 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Dan Neely22-Jan-19 3:03
Dan Neely22-Jan-19 3:03 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
abmv21-Jan-19 6:59
professionalabmv21-Jan-19 6:59 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
glennPattonWork321-Jan-19 7:39
professionalglennPattonWork321-Jan-19 7:39 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
MarkTJohnson21-Jan-19 10:59
professionalMarkTJohnson21-Jan-19 10:59 
AnswerRe: Anyone got any experience of Auto code convertors... Pin
Spoon Of Doom21-Jan-19 21:59
Spoon Of Doom21-Jan-19 21:59 
Place I used to work at used such tools twice. Once from [insert obscure language I forget the name of] to VB.NET, and then from VB to C#.

I wasn't there when it took place, but from what I heard (and saw in the code) results were mixed.
The resulting code would most of the time compile, and also most of the time do mostly what it was supposed to do (although some debugging was required), but the big problem was the readability and maintainability of the code.

It would use almost none of the specific language features (probably because it would make conversion a lot more complex), ignore best practices, make variables global that didn't need to be, and all kinds of headaches ranging in size from minor annoyance to "I swear to god I will set fire to my computer".
To be fair, that took place around 15 or more years ago, so maybe there are better converters today, but I doubt it.

At best, it's a start point from where you can develop the new version. Depending on size and complexity of your code base and requirements, it might be faster, cheaper and more future proof to redo the system from scratch in your tech stack of choice, rather than try and convert the existing code base.
GeneralRe: Anyone got any experience of Auto code convertors... Pin
James H21-Jan-19 22:30
James H21-Jan-19 22:30 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
kalberts22-Jan-19 0:34
kalberts22-Jan-19 0:34 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Lance McCarthy22-Jan-19 1:09
Lance McCarthy22-Jan-19 1:09 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Paul M Cohen22-Jan-19 2:30
Paul M Cohen22-Jan-19 2:30 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
ajhampson22-Jan-19 4:09
ajhampson22-Jan-19 4:09 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
MSBassSinger22-Jan-19 4:58
professionalMSBassSinger22-Jan-19 4:58 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
glennPattonWork322-Jan-19 5:14
professionalglennPattonWork322-Jan-19 5:14 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Gerry Schmitz22-Jan-19 5:54
mveGerry Schmitz22-Jan-19 5:54 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
rjmoses22-Jan-19 19:29
professionalrjmoses22-Jan-19 19:29 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Gaz570022-Jan-19 15:26
Gaz570022-Jan-19 15:26 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
_WinBase_23-Jan-19 5:38
_WinBase_23-Jan-19 5:38 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
pmauriks23-Jan-19 19:05
pmauriks23-Jan-19 19:05 
GeneralRe: Anyone got any experience of Auto code convertors... Pin
Member 916705728-Jan-19 21:04
Member 916705728-Jan-19 21:04 
GeneralThought of the Day Pin
OriginalGriff21-Jan-19 5:07
mveOriginalGriff21-Jan-19 5:07 
GeneralRe: Thought of the Day Pin
lopatir21-Jan-19 5:12
lopatir21-Jan-19 5:12 
GeneralRe: Thought of the Day Pin
Gary Wheeler21-Jan-19 6:46
Gary Wheeler21-Jan-19 6:46 
GeneralRe: Thought of the Day Pin
DRHuff21-Jan-19 8:20
DRHuff21-Jan-19 8:20 

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.