|
|
|
|
|
by ElectricalUnion
1208 days ago
|
|
> the dumping and running away is worse in Java and other compiled software. With Python you can at least read the source in production if the team ran away... Java (and dotnet, the two big "VM" languages) is somewhat of a strange example for that; JVM bytecode is surprisingly stable and reverse engineering is reasonably easy unless the code was purposely obfuscated - a bad sign on any language anyways. |
|