show/hide this revision's text 2 deleted 5 characters in body

Obfuscating the source-code is going to be self-defeating in terms of maintenance.

If your project is that so 'secret' secret', I guess you have two choices:

  • Place the 'secret' proprietry code behind a service on a server that you control

  • Code it in a language so not easy to decompile such as C/C++

show/hide this revision's text 1

Obfuscating the source-code is going to be self-defeating in terms of maintenance.

If your project is that 'secret' I guess you have two choices:

  • Place the 'secret' proprietry code behind a service on a server that you control

  • Code it in a language so not easy to decompile such as C/C++