Team-OZE / OZEdit

OZEdit is a tool created by the OZE dev. Team to package/unpackage Warcraft III map files.
GNU General Public License v3.0
1 stars 0 forks source link

Split main JASS file into smaller pieces #2

Open marcoabreu opened 3 years ago

marcoabreu commented 3 years ago

Due to past obfuscation, everything was merges into one file.

Goal of this task is to determine which method is suited best to modularize the code again. Metric to determine success would be the LOC in the main file - goal is to reduce them as much as possible.

Ideas: