Deliberate obfuscation: who needs it?
Posted Apr 9, 2005 22:30 UTC (Sat) by
rknop (guest, #66)
Parent article:
Protect Your Source Code: Obfuscation 101 (O'ReillyNet)
I find that even well-written code, but written by somebody else (where "me a year ago" counts as "somebody else"), is often hard enough to grok that for minor and medium sized things, it often makes more sense to rewrite things from scratch rather than to adapt it.
In practice, I usually adapt, because that *should* be easier. And, the first time or two, it is. By the third time, though, the process of adaption has naturally obfuscated the code enough (even without trying) that it's time to start over.
-Rob
(
Log in to post comments)