You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "cvictory (GitHub)" <gi...@apache.org> on 2019/01/04 06:08:01 UTC

[GitHub] [incubator-dubbo] cvictory opened issue #3137: [suggestion] Seperate Constants.java into some SubConstants Class

Currently we manage out constants values in org.apache.dubbo.common.Constants.java.  

This class is very bloated and this structure is not well enough.  Maybe we should categorize such constants into groups. In this way , we can add some XxxConstants, such as RegistryConstants,ConfigCenterConstants etc.   It'd be better if it is split by module of dubbo-core. 





[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3137 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org


[GitHub] [incubator-dubbo] CrazyHZM commented on issue #3137: [suggestion] Seperate Constants.java into some SubConstants Class

Posted by "CrazyHZM (GitHub)" <gi...@apache.org>.
@cvictory  
Is there a plan for this suggestion? If there is no plan, I plan to start doing this in the near future.

[ Full content available at: https://github.com/apache/incubator-dubbo/issues/3137 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org