There is a world of difference between the best and worst code I wrote that has nothing to do with my personality or expertise.
Something in the favorite methods to solve problems, variable names and so on (it was in Python where you have 100 ways to solve 1 thing!)
I think something very distinct and easy to pick is how they think, at least in the board term of OOP vs functional.
I’ve seen Go code being forced to do OOP and functional JS… it’s fascinating!
Code with detailed comments and include some whys, really care, and have had the nightmare of others leaving.
Although I knew one person who was notorious for just throwing their predecessors code out and re writing it. It is tough to interview to exclude that type.