WoW-Pro Guides

WoW-Pro Guides

3M Downloads

Quest log lookup - clean up

CodingDino opened this issue ยท 1 comments

commented

So the code towards the bottom of the parser, where we look up things in the quest log, is ATROCIOUS. It was one of the first things I wrote in lua and it's just horrible. I'm working on re-doing it now, we should be running like five million less loops and looking things up from the quest log about ten thousand less times. Like, seriously.

commented

Finished this, though I will probably do more optimization / readability improvements around the addon. I'll try to do these changes in short, compact chunks so that they don't effect other people's coding, and I'll post here as an issue when I'm starting them.