I think he's referring to using "[Table]ID" as the primary key on [Table]?
So now you have to join with the Person table on Person.PersonID from your local column PersonID. I much prefer the other way around: Table.ID with foreign keys being "TableID".