-
-
Notifications
You must be signed in to change notification settings - Fork 3
Project Growing Unorganized #27
Copy link
Copy link
Closed
Labels
status: awaiting triageWaiting for an issue to be addressed.Waiting for an issue to be addressed.type: feature requestAn issue containing a feature request.An issue containing a feature request.
Metadata
Metadata
Assignees
Labels
status: awaiting triageWaiting for an issue to be addressed.Waiting for an issue to be addressed.type: feature requestAn issue containing a feature request.An issue containing a feature request.
The feature request
The project is rapidly becoming disorganized. Initially, having all commands in the
cmd/directory was manageable, but as I added commands and tests, the project grew too large and unorganized.Proposed solution
I want to split each command into its own category as a package, so that they are better organized both internally and externally when used.
This method will help reduce technical debt in the long run.
Additional context
No response