.... A number of times I have had to go back to code I produced a long time ago, to add to it, and found it extremely unfamiliar. ...
You probably stole it from GitHub using copy-pasting.
I suspect that comment describes Postal2's own behavioural patterns, and has nothing to do with coppice.
If it was a tongue-in-cheek comment, I'm afraid it fell utterly flat: that kind of accusation can ruin friendships, you know, when people are actually proud of what they do, rather than do it just for the salary for now.
I, too, find my old code extremely unfamiliar. This is because I do not memorize any details, and go through a lot of code. Some of it I write myself, but I also examine a lot of open source projects' code (for a number of different reasons). I often recognize my own style, though; and especially how I'm not satisfied with the information content in my comments. (I can write acceptable code in over a dozen programming languages, and have been paid to do so in at least half a dozen, but comments are still the hardest to get exactly right.)
I never, ever, copy-paste others' code. For one, I don't need to, as I don't have any reason to: no deadlines nowadays. For another, having the code perform like I want to is much more important to me than having some code that seems to perform the way I can use. Simply put, I do not write or show
any code, whose behaviour I do not thoroughly understand.
Based on coppice's posts, noting they too have decades of software development experience, I'm betting they have the same attitude.