minus-squareTrigg@lemmy.worldtoNo Stupid Questions@lemmy.world•Why can't code be uncompiled?linkfedilinkarrow-up98arrow-down1·1 year agoIt can be What it produces will typically not contain the original names for variables and functions, and will not retain comments. It takes a lot more effort to understand what the intention behind the code was. There’s also legality issues. linkfedilink
It can be
What it produces will typically not contain the original names for variables and functions, and will not retain comments. It takes a lot more effort to understand what the intention behind the code was.
There’s also legality issues.