You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: