terrymanu opened a new issue #1853: Refactor top package
URL: https://github.com/apache/incubator-shardingsphere/issues/1853
 
 
   Sharding-core has 3 top package, api, spi and core.
   
   - `core` package is for internal implementation, user and outside developer 
don't need care about it, and should be dev own codes dependent on them.
   - `api` package is for enduser to use ShardingSphere, should include 
configuration pojo and directly API only.
   - `spi` package is for developer to twice-dev of ShardingSphere, should 
include interface for SPI only, and all implementation of SPI should move 
inside to `core` package.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to