Should I Rewrite My Code or Just Fix the Bugs?

0
0
Asked By CreativeWalnut47 On

I've got about 20 days to either create a new website for my university project or improve an existing codebase that's giving me a lot of trouble. The code is quite buggy, and I'm torn between rewiring everything from scratch or just tackling the bugs one by one. What would be the better approach?

2 Answers

Answered By PragmaticMango83 On

Without more details, it's hard to give a solid answer, but I've found that sometimes it's easier to just start fresh. Rewriting can help you grasp things better and avoid the frustration of dealing with a buggy mess. Plus, you might learn a lot in the process!

Answered By TechiePineapple92 On

It really depends on how bad the existing code is and your own skills. If the bugs are easy fixes and you're comfortable diving into them, that might be the way to go. But if the code is a total mess, starting over could save you time in the long run.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.