echo75 / my-movie-db

MIT License
1 stars 0 forks source link

#Principles Naming conventions of service classes #25

Open Dr4gon opened 1 year ago

Dr4gon commented 1 year ago

@echo75 The classes user.js and users.js are by name nearly similiar. But the responsibilities differ greatly.

I propose a simply name change from users.js to userService.js to make a clear distinction.

For more about service layers:

Dr4gon commented 1 year ago

*as well as the other route files 😄