Open
Description
Is your feature request related to a problem? Please describe.
Our main class is becoming a monolith. Currently Clumper
class is over 1500 lines. The major contributor is the documentation but it still makes it difficult to navigate through while developing.
Describe the solution you'd like
Split the class into multiple methods and/or classes. I think we already have a good structure based on tests by functionality. For example, we can split into following system by functionality
- Read/writing
- Verbs
- (other?)
Metadata
Metadata
Assignees
Labels
No labels