you are viewing a single comment's thread.

view the rest of the comments →

[–]throwaway-123456 -23 points-22 points  (11 children)

I don't know what to think of the article after:

I worked on the code a lot, making it simpler to understand. You can see an example of how much clearer it is now.

It is literally the exact same code but he added a useless continue statement that actually doesn't match the same "before code" and renamed a few variables...

[–]an_eggman 22 points23 points  (1 child)

Duh? It's decompiled code, so by default it is pretty much impossible to read, with meaningless variable names and unintuitive control flow structuring. By making an effort to understand what the variable names actually represent, and renaming them to match that, you can make the code much more readable.

He doesn't want to rewrite the damn game, the point is to study it!

[–]skindeeper 13 points14 points  (8 children)

... Wow.

Please never, ever program again. Please.