Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | Move all business logic to `lib` | Alessandro Desantis | |
It wasn't clear why certain business logic should live in `app/services` while other should live in `lib`. By unifying everything in one directory, we make it easier for developers to inspect the code and reduce the cognitive load when implementing new classes. |