What is the purpose of obfuscating code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the purpose of obfuscating code?

I don't understand the point of making your code so unreadable that you can't even understand it. I guess it could have applications in Web Development (don't want anyone spying on your JS scripts), but it seems pointless anywhere else. Is it to keep production code safe from theft? Or do people do it to improve their coding skills (like OneLiners) https://code.sololearn.com/c23WBh0N2tDQ/?ref=app https://code.sololearn.com/Wwj8R71DXf1J/?ref=app https://code.sololearn.com/cgjHd1nd3I7i/?ref=app https://code.sololearn.com/Ww5J3rzL1wWd/?ref=app

18th May 2019, 11:14 AM
Trigger
Trigger - avatar
3 Answers
+ 4
https://www.google.com/search?ei=_lZeXcyNC8zi-gST-pUo&q=why+obfuscate+code but sometimes just for a laugh... https://code.sololearn.com/cyab9Vv9M1u8 😎
22nd Aug 2019, 9:58 AM
David Ashton
David Ashton - avatar
+ 8
It's when you dont want other people to understand your code(basically the logic) . Like even if some how any one gets access to your code , he/she should not understand it. If he/she understands then your logic could be used by other people.
18th May 2019, 11:52 AM
Rstar
Rstar - avatar
0
Thanks😁 Seems that Ive been coding in Python too long. Guess Ive fallen into the mindset of sharing😅
18th May 2019, 11:53 AM
Trigger
Trigger - avatar