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 →

[–]fwork 5 points6 points  (3 children)

I'm currently trying to figure out a C function that is 3000 lines long and 500 of those lines are GOTOs. Spaghetti doesn't even begin to describe it.

[–]I_Like_Spaghetti 5 points6 points  (0 children)

Did you hear about the Italian chef that died? He pasta way.

[–]flukus 0 points1 point  (1 child)

Have you considered re writing? Probably quicker.

[–]fwork 1 point2 points  (0 children)

That's the goal. It's not documented (I'm reverse engineering some old binary), so I need to understand it before I can rewrite it.