Advertisement
Guest User

Untitled

a guest
Apr 12th, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1.  
  2. - it can decrease performance
  3. Literally the exact opposite, shorter variables names and inlining of functions at compile time increases performance
  4.  
  5. - it makes debugging in prod harder
  6. that's why you generate a map
  7.  
  8. - it wastes time to configure it
  9. literally 2s to include bukkit as an external dependency
  10.  
  11. - it wastes money on buying software
  12. i don't know what this means, if it's talking about buying an obfuscation program than the best one (proguard) is already free
  13.  
  14. - it doesn't fully protect your software anyways
  15. sure but that's like saying you want to go to war not wearing a helmet because the helmet doesn't fully protect you
  16.  
  17. - it makes your software harder to maintain if you chose to abandon it
  18. but the point of obfuscation is to deny modification to the source and if you want to abandon it but allow the public to continue it then you do something called releasing the source coode
  19.  
  20. - it makes it harder to add my own modifications
  21. what, it's a compile step not a modification to your existing code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement