Sleitnick / AeroGameFramework

AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
https://sleitnick.github.io/AeroGameFramework/
MIT License
215 stars 57 forks source link

Shared.Util folder #167

Closed ThoughtSpinnr closed 4 years ago

ThoughtSpinnr commented 4 years ago

Moved StringUtil, TableUtil, VectorUtil, and NumberUtil into their own folder, "Util", as the base Shared folder was getting pretty crowded. Future "Util" modules can go into this folder as well.

(Unsure how this will affect existing installations of the framework.)

ThoughtSpinnr commented 4 years ago

Too many issues would arise from this change.

Sleitnick commented 4 years ago

Not a bad idea though. It would make sense to do this in the long-run to keep things organized. However, the future state of module management within Aero might be drastically changing, so idk.