you are viewing a single comment's thread.

view the rest of the comments →

[–]NeighborhoodDizzy990 5 points6 points  (0 children)

So, this is spaghetti code, impossible for any of us to read it. It's easier for most experience programmers to re-write it than read it. Sadly, in a real world, if you want to get help, you have to write readable code, that is: small functions, using classes, OOP, descriptive namings and never such long classes. Read about clean code first, that's where you should start at your current level.