Rename and restructure classes and packages #125
Labels
brainstorming
Idea for a potential new feature or adaption that still needs further discussion
code quality
Topics around code quality, e.g. refactoring, better naming of methods/classes
comments welcome
Indicates that the creator of this issue/PR is open for early review comments
priority:low
Should be quite a far way down on the agenda
Milestone
A general review of all classes' and packages' names and structures would be useful.
For example,
AggregateRequestExecutor.java
andDataRequestExecutor.java
could be renamed toAggregationRequestExecutor.java
andExtractionRequestExecutor.java
. So these classes will follow the same naming criteria used in other packages, i.e. in the packageoutput
:DefaultAggregationResponse.java
andExtractionResponse.java
.The text was updated successfully, but these errors were encountered: