Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserService refactor #54

Merged
merged 2 commits into from Aug 11, 2022

Conversation

Eukon05
Copy link
Contributor

@Eukon05 Eukon05 commented Aug 8, 2022

UserService:

  • Methods getUserById and getUserByUsername now return the full User object or throw an exception, as suggested by @MateuszBednarczyk

UserServiceImpl:

  • Modified the code to reflect the change above
  • Renamed final strings of the class to fit in with our naming convention, as suggested by @dawciobiel

- Methods `getUserById` and `getUserByUsername` now return the full User object or throw an exception, as suggested by @MateuszBednarczyk

UserServiceImpl:
- Modified the code to reflect the change above
- Renamed final strings of the class to fit in with our naming convention, as suggested by @dawciobiel
@Eukon05 Eukon05 added the feature/ New feature or request label Aug 8, 2022
@MateuszBednarczyk
Copy link
Contributor

LGTM

@dawciobiel dawciobiel merged commit d21d32e into Simple-as-Coding:main Aug 11, 2022
@Eukon05 Eukon05 deleted the refactor_user_service branch August 11, 2022 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/ New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants