Y
Hacker News
new
|
ask
|
show
|
jobs
by
galephico
3385 days ago
how would you call UserServiceImpl? Underlying question, how would you organize your CRUD (with business logic) operations?
1 comments
royjacobs
3385 days ago
I think I would reverse the question. Why does there have to be a UserService interface? If it only exists in order to be mocked in yet another place of the code you've added even more unnecessary layering in your codebase.
link