Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

[All Plugins] Infrastucture Improvements #55

Closed Pychnight closed 5 months ago

Pychnight commented 5 years ago

Code organization and optimization is the life blood to ensure sane development and prevents wasting time on finding specific parts of a plugin..

Outside

2 Update documentation inside and outside the plugin for usage

3 Sane GUI Usability improvements.

Inside

After spending the entire day today examining and looking around inside the RPG Tool Kit plugins, across All Plugins to see code quality.

The current state of code quality is qualified as "Messy" in my opinion

So, we should need 2 days of solid time going though all the plugins and refactoring code where needed and moving code to ensure code is easy to find and is well organized