This is a question about Single Responsability from SOLID that is hurting my mind. When people say about single responsability is it in a macro view or in a micro view like functions?
I mean, is possible to have a class like UserService and has a few functions like save, get, validate related to user or is better to have one class per function?