You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add junit test method for ShadowConditionEngine
* Optimize the code under the rewrite package
* Fix code format
* Optimize the readability of ShadowSQLRouter.
* Streamline the code in ShadowSQLRewriteContextDecorator.
* Streamline the code in class ShadowSQLRewriteContextDecorator.
Code optimization for shardingsphere-shadow project
Optimization goal to improve code robustness and readability
Optimization direction
Perform type judgment before forced type conversion to avoid type conversion failure.
Reduce nested if judgments. The logic is clearer and easier to read.
Optimize large methods with complex logic and increase the readable lines for multiple small methods.
The text was updated successfully, but these errors were encountered: