-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests! #25
Comments
The price of success! |
This comment was marked as resolved.
This comment was marked as resolved.
I agree. To be more in line with the rest of the CLI I also wish to use a rich panel for this, but in order to be able to do that, I need to extend the help code of course :p Still, I think you are doing a great job. |
@Jorricks sounds like a fascinating use case! I'd love to see a mockup of the kind of thing you're aiming for. Maybe this could be added to the library somehow as some kind of opt-in thing? (I'm already keen on extending default click functionality in a few places, eg. #11). But yes, code refactoring is needed really. If you fancy making a start that would be much appreciated! If you do start rearranging code, please try to do it in small PRs for a little bit at a time, to make it easy to review. This kind of refactoring can easily end up with huge diffs where the entire package is moving and those are a nightmare to look over. |
Suddenly a lot of people seem to be interested in using this package, and I'm now responsible for not breaking stuff.
Breaking up the code into smaller functions and writing some tests would certainly help my confidence when making changes..
The text was updated successfully, but these errors were encountered: