The recent update #57 I refactored a bunch of the code and as a result, I left myself some time to update the code in some older projects of mine. Now that I have done this, I do believe it is the time to remove the redundant code. I have two main reasons for doing this.
- There is no point in adding a bunch of unused functions to the player metatable, it's a waste of computer resources.
- I noticed that some of the code wasn't properly updated to the newer codebase because it didn't create errors. "TLDR; A bunch of logic errors happen because the addon fallback onto the old code"
The recent update #57 I refactored a bunch of the code and as a result, I left myself some time to update the code in some older projects of mine. Now that I have done this, I do believe it is the time to remove the redundant code. I have two main reasons for doing this.