Question about hangar

8ortiz4

New member
Mar 28, 2024
3
0
1
compressing plugin code by removing indentations and replacing variable names with letters to make it as compressed as possible is considered code obfuscation? is it allowed in the hangar submission guideline? thanks.
 
Solution
That seems like a weird question, why would you care? Whitespace doesn't matter, it's removed by the compiler. Replacing variables with single letters is obfuscation.

8ortiz4

New member
Mar 28, 2024
3
0
1
That seems like a weird question, why would you care? Whitespace doesn't matter, it's removed by the compiler. Replacing variables with single letters is obfuscation.
i say this because i tried to compile by removing indents and the file size is smaller than the compiled one without removing the indents. do not replace variables, 10-4.