WebAPI refactoring
Open
@anthonysena is already working on this.
Since Jul 14, 2019.
- Dominant language
- Java
- Stars
- 151
- Forks
- 183
- Avg merge
- 14m
- Merged PRs (30d)
- 2
Description
-
Structure (domain vs type of file)
TBD -
Controller-service-repository
- Would be great to move closer to Spring terminology and use
controllerfor a collection of REST endpoint,servicefor a collection of functions implementing application business logic andrepositoryfor a collection of persistance functions. - Use the three terms as postfixes for the appropriate files
- Clean-up of some services / etc to make them more atomic and granular
E.g. there are some services having N thousand of lines of code, which not only contain too big amounts of code for a single file but also have nested classes which could be moved into separate files.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.