Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Split main JASS file into smaller pieces #2

Open
marcoabreu opened this issue Jan 10, 2021 · 0 comments
Open

Split main JASS file into smaller pieces #2

marcoabreu opened this issue Jan 10, 2021 · 0 comments

Comments

@marcoabreu
Copy link
Contributor

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:

  • Preprocessor based: Have directives in the files like "globals start" , "globals end", etc and then just merge the files
  • Use a parser to properly parse all files and then do proper arangement of things like variables, functions, etc
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant