SamuelRocha2015 / travel-manager-api

Travels Manager is a Spring Boot API for create travel budgets.
1 stars 0 forks source link

Differents terms for a concept #22

Closed SamuelRocha2015 closed 4 years ago

SamuelRocha2015 commented 4 years ago

The class CustomUserDetailsService has two terms for a same concept. What is the difference between loadUser and findUser?

image

For a clean and standardized code I suggest keeping one term per concept.