L'API dont vous êtes le héros is an interactive Java API that brings the adventure of "choose your own adventure" stories to life. Users can embark on unique journeys, make decisions at each step, and create dynamic narratives, all while experiencing the nostalgia of classic adventure books.
GNU General Public License v3.0
2
stars
10
forks
source link
Refactor SceneService: Move validateAuthor() to UserService #72
The validateAuthor() method in SceneService needs to be relocated to UserService to improve code organization and maintain better separation of concerns. This refactoring will help centralize user-related validations in the appropriate service.
Quests
[x] Move validateAuthor() method from SceneService to UserService
[x] Update method calls in SceneService to use the relocated validation
[x] Adapt existing tests to reflect the new structure
[x] Ensure all existing functionality remains intact
Description
The
validateAuthor()
method inSceneService
needs to be relocated toUserService
to improve code organization and maintain better separation of concerns. This refactoring will help centralize user-related validations in the appropriate service.Quests
validateAuthor()
method fromSceneService
toUserService
SceneService
to use the relocated validationThe keeper of the repo 🏰