You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/07/13 04:57:25 UTC

[GitHub] [dubbo] cheese8 opened a new issue, #10312: Refactor a clean and testable dubbo

cheese8 opened a new issue, #10312:
URL: https://github.com/apache/dubbo/issues/10312

   Refactor a clean and testable dubbo, to unify the code style:
   1. use guard clause
   2. no more than 2 depth if else
   3. no more than 2 depth loop
   4. avoid too big method
   5. use final
   6. remove useless pieces
   7. use meaningful names
   8. testcase coverage


-- 
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: notifications-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org