You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something confuses me a little. I know the styleguide mentions that only services.py interacts with the database directly, but in the example here, it makes use of AuthorInterface to do that. I might be wrong but doesn't this cause an cycle problem? (service needs interface, interface needs api, api needs service)
Something confuses me a little. I know the styleguide mentions that only services.py interacts with the database directly, but in the example here, it makes use of AuthorInterface to do that. I might be wrong but doesn't this cause an cycle problem? (service needs interface, interface needs api, api needs service)
`# Class example
class PGMNodeService:
The text was updated successfully, but these errors were encountered: