RaigorJiang opened a new issue, #21485:
URL: https://github.com/apache/shardingsphere/issues/21485
I found some metadata related classes with camel case `MetaData` in their
names like
```java
/**
* Meta data contexts.
*/
@RequiredArgsConstructor
@Getter
public final class MetaDataContexts
```
But there are also some that do not use camel case, such as
```java
/**
* SPI metadata aware.
*/
public interface SPIMetadataAware {
```
In fact, `Metadata` is a proper noun, it does not need to be split.
I propose a uniform adjustment to the related names, including related
comments.
Ref: https://en.wikipedia.org/wiki/Metadata
--
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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]