imSanko commented on issue #11796: URL: https://github.com/apache/dubbo/issues/11796#issuecomment-1465503135
Whether or not to delete the duplicated methods in the ApplicationDeployer and ModuleDeployer interfaces compared to the Deployer interface would depend on the specific design and requirements of your software system. If the ApplicationDeployer and ModuleDeployer interfaces are intended to extend the Deployer interface and add additional functionality, then the duplicated methods may be necessary in order to ensure that each interface has a consistent set of methods that implementers must provide. On the other hand, if the duplicated methods are not necessary for the functionality of the ApplicationDeployer and ModuleDeployer interfaces, then they could potentially be removed to simplify the interfaces and reduce code duplication. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
