+ 9
Which is one of your most messy code ever?
for example, I think that one of my most messy code is https://code.sololearn.com/WQ6w071U7Mkp/?ref=app and which one I have to refactoring for practice 😀
2 odpowiedzi
+ 9
my most messy code ever was the OLD story generator code. however I've updated it so, you won't be able to see it's messy glory. it was full of tons of if statements for 700 lines, when I could've used a list.
edit: found someone who copied the code from before I improved it
https://code.sololearn.com/cU4ylE50UM5v/?ref=app
here is improved version:
https://code.sololearn.com/cbz4Jq8pLEp5/?ref=app
+ 5
Pretty much no care put into maintaining this code:
https://code.sololearn.com/ccsD5q3SMkCS/?ref=app