Code carries fingerprints. Variable naming conventions, function granularity, whitespace habits, error-handling discipline. Combine them and you get something close to a signature. The field of code authorship attribution exists precisely because these patterns are identifiable. Extract syntax tree structures and you can match anonymous code to its writer with surprising accuracy.