Moderator
M
Moderator
19:44, 2nd Mar 2014
Magtheridon96: I'm only putting this in the Needs Fix state so it goes back to Pending after an update. It's just too much of a disaster to be reviewed because any review I give at this point will not be helpful since the whole thing requires re-engineering. Try reducing the size of the code by postponing the logical branches you're doing. It'll help. Try splitting the thing into multiple triggers and see if you can split up functionality. That way, you might be able to see the whole system from a better perspective and that could help you reduce the whole thing. Currently, this is a leviathan of a system and it's both hard to review and terrible to have due to its size.
Magtheridon96: I'm only putting this in the Needs Fix state so it goes back to Pending after an update. It's just too much of a disaster to be reviewed because any review I give at this point will not be helpful since the whole thing requires re-engineering. Try reducing the size of the code by postponing the logical branches you're doing. It'll help. Try splitting the thing into multiple triggers and see if you can split up functionality. That way, you might be able to see the whole system from a better perspective and that could help you reduce the whole thing. Currently, this is a leviathan of a system and it's both hard to review and terrible to have due to its size.