fordkuppp / vending

0 stars 0 forks source link

Homework #1: Suggestion to separate these models into different files #4

Open marcArisen opened 1 year ago

marcArisen commented 1 year ago

https://github.com/fordkuppp/vending/blob/42765606e93b150ce1b4e19c96a0bf24ce5dc175/vending/models.py#L9 https://github.com/fordkuppp/vending/blob/42765606e93b150ce1b4e19c96a0bf24ce5dc175/vending/models.py#L20 https://github.com/fordkuppp/vending/blob/42765606e93b150ce1b4e19c96a0bf24ce5dc175/vending/models.py#L29 https://github.com/fordkuppp/vending/blob/42765606e93b150ce1b4e19c96a0bf24ce5dc175/vending/models.py#L35

Hello, I would suggest you to separate these models into different files because of readability and scalability in the future improvement. Thanks.