Vlek / contacts

Contact manager
Other
1 stars 0 forks source link

Consider creating object types for tabled data, like Person, Location, Address, etc. #28

Open Vlek opened 3 months ago

Vlek commented 3 months ago

In order for me to deal with this data better when it's being passed around, I am wondering if it's better to just create these as objects because then it's coming to be easier to deal with.

I will then have to create a mapping to and from the db tables, but I think that that's going to be no comparison to the amount of headache it's going to be working with these as singular objects, ESPECIALLY as we get into more fields.