Colton Idle
08/23/2023, 12:47 PMVlad
08/23/2023, 12:56 PMglureau
08/23/2023, 1:01 PMleonhardt
08/23/2023, 2:24 PMPersonRecord
) so that it's easy to distinguish the two. Then it's easy to recognize PersonRecord
as the autogenerated one from the database and Person
as our actual domain object. We like "Record" a little better than "Table" for this because it's more clear that it represents a single row, rather than something that represents the table itself.Stefan Oltmann
08/28/2023, 8:54 AMPersonDb
for the same reason that it should not be mixed up with Person
domain objects. You convinced me that "Record" sounds like an even better name.