Hi
I was exploring the code source, and I was trying to understand how the code is split between the two folders /lib and /app/services
For example:
NewPostManager is in /lib
while UserActionManager is in /app/services
Are there any criteria to make the decision?