gfa-cc-after / Pet-Clinic-GilmoreDevs

Pet clinic project made by group 2
https://frontend-production-e146.up.railway.app/
GNU General Public License v3.0
2 stars 0 forks source link

We might have missed a low hanging fruit naming-wise #43

Closed markkovari closed 3 months ago

markkovari commented 3 months ago

https://github.com/gfa-cc-after/Pet-Clinic-GilmoreDevs/tree/main/backend/src/main/java/com/greenfoxacademy/backend/dtos

We should unify this in my opinion. We can even create subpackages if needed.

image

ramesz6 commented 3 months ago

you mean like Login/Register subpackage?

markkovari commented 3 months ago

I meant RegisterUerRequest should be RegisterRequestDto, but yes we can separate by request/response or by login/register too.