Hello everyone.
I have a script so long with 15000 lines
how can I cut it into multiple scripts to organize it better?
[/code]
Hello everyone.
I have a script so long with 15000 lines
how can I cut it into multiple scripts to organize it better?
[/code]
Alright. I’ll bite. Firstly, it’d probably help to know what the script does.
You restructure it, create new classes for things that can be encapsulated etc.
if you are looking for some automagic: that does not exist. if code is not written with some base planning, its just what it is, a mess thats not needfully maintainable anymore.