Question about hangar

  • Thread starter Deleted member 8163
  • Start date
D

Deleted member 8163

Guest
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.
D

Deleted member 8163

Guest
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.