MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

Record class for each table #26

Open MicahWW opened 4 months ago

MicahWW commented 4 months ago

The naming scheme for each table's record class isn't easy to understand, they should be clearer on what they are meant for.

For example, the ItemsTable class has ItemsRecord & ItemsReturnRecord. The former is meant to be how the data is represented in the table and the latter is intended to be how the data should be returned to a client but the current wording is confusing.