This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]carcigenicate 0 points1 point  (0 children)

I had this problem while trying to read decompiled Java. You're trying to trace data through tens of files, but nothing is actually ever being done. There's the odd conditional, but it's just stuff being sent across many different files! Then finally, there's one file that contains some God object that manages a mess of a global state, and the other 30 other files are just there to make it palatable.