
Redundancy and Inconsistency on WoWPro_CompaUtil.lua
manuelaidos123 opened this issue ยท 0 comments
The file contains multiple compatibility wrappers for similar functionalities (e.g., GossipInfo, QuestLog, etc.). While necessary for API differences, there's potential for redundancy and inconsistencies in how these wrappers are implemented and used.
For example, both WoWPro.GossipInfo_GetActiveQuests and WoWPro.GossipInfo_GetAvailableQuests have similar structures for handling Classic and Retail API differences.