dubbo
dubbo copied to clipboard
Refactor a clean and testable dubbo
Refactor a clean and testable dubbo, to unify the code style:
- use guard clause #10267
- no more than 2 depth if else
- no more than 2 depth loop
- avoid too big method
- use final
- remove useless pieces
- use meaningful names
- testcase coverage
- small pieces and steps
Please add other things.