Comment on Why can't code be uncompiled?

ryathal@sh.itjust.works ⁨8⁩ ⁨months⁩ ago

Code can be decompiled, but generally the end result isn’t human readable. Just having the decompiler version isn’t that valuable. Having the source code as written is more helpful because you get the context of what things were named and how it was organized.

Decompiled code is a bit like reading a book with all the nouns being random letters and verbs being random numbers.

source
Sort:hotnewtop