yardz commented on issue #13632: URL: https://github.com/apache/superset/issues/13632#issuecomment-802082008
I really find a folder with services interesting, where all the requests of the application are concentrated. We have some immediate gains from this: - it is much easier to keep all response interfaces up to date. With the requests spread throughout the application it is very hard to do this. - if they are concentrated in a single location, it is easier to find the requests that are not with the correct types. - it will be much easier to create mocks for tests. - it will be much easier to apply dependency injection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
