View Single Post
07-07-19, 12:06 AM   #1
Terenna
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 105
Chat Addon Optimization

Good evening all. I have written a pretty extensively tested chat addon that does a lot of cool things. It adds a lot of convenient hyperlinks, and colors player names in chat, even with punctuation. It works quite well. There are no Lua errors, and everything works as I've written it. Before I begin working on modifying the "appearance" of the chat frame, I wanted to ensure that the "backend" of the chat was reasonably if not fully optimized.

The code is ~600 lines. I have documented it pretty extensively, in some cases line by line. https://pastebin.com/7sm5AnUp

Any suggestions are obviously appreciated.
  Reply With Quote