Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
zacpool6448y@iwakirinko yes. I couldn't fix a lot of issues that were arriving so I rebuilt the project and it ended up working a lot better
-
Done this before... Sometimes I find it is really helpful to totally rework the code into something more usable
-
I think it's because once you start something over, you then have the advantage of two perspectives, you have the inside looking out from the first attempt, but then the outside looking in from starting over. I think the combination allows for clearer sight of the problems and how to maneuver around them.
-
hiestaa4018yHappened to me once with a personal project which aimed to draw L-System fractals while I was in grad school.
Did it in cpp when I learned cpp. Had so many errors I rewrote everything in java when I learned java. Was so slow that I rewrote everything in python when I learned python! Now I'm pretty satisfied with the result :p -
hiestaa4018y@sheeponmeth i don't want to go into this debate, let's just say that I've become a better python programmer than Java. Or I may have used the shittiest java drawing library out there. I didn't meant to argue about the speed of the core language there ;)
I want to know if anyone else has done this. I once completely said fuck it and trashed a project after 3 months of work because of too many error after error. I redid the whole thing in about a week and a half.
undefined