I've got a legacy Delphi application that I'm considering transforming into Java. I'm curious if there's a way to achieve this conversion without needing to rewrite the entire application from scratch. Has anyone done this before, and what are the challenges or tools involved?
1 Answer
In theory, you can convert any code to another language, but whether you should is another question. It really depends on the Delphi application's size and complexity—if it's small like FizzBuzz, sure, but for something massive like an 800k line codebase, that's a whole different story!
Exactly! If you don't provide more details about how much code you have, it's tough to give a definitive answer.