-
Notifications
You must be signed in to change notification settings - Fork 20
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
Create a report out of rco recommendation #72
Comments
Hey @ColinFay , I really appreciate your suggestions/ideas. Thanks! |
Hey @ColinFay , we have decided to work on this functionality. We are of the opinion that a report right in the console of the user (in the Markdown format, so it can be copy-pasted) could be a better and probably smoother choice (as a user would typically run multiple iterations of the So, we were hoping that you could let us know what exactly is your intention/wish with this functionality and does that critically require a separate Thanks and cheers _ / \ _ |
Hey, I definitely think that would be nice to have that, yet (that's a personal preference) it won't be smoother to have it in the console: imho that's definitely harder to read than a rendered markdown. Also, I was hoping to have this as part of a CI/CD pipeline, so that the report is generated along code coverage, test reports... Maybe it would be possible to have both? (one function to print in the console, and one to generate a markdown?) |
I think it would be nifty to be able to create a report out of
{rco}
optimisers.The idea would be to analyse the whole code and return some kind of markdown / bookdown that will list all the results from the optimisers, without changing the original code.
It might be useful to analyse your own code and learn what you could do better, but also it could be use in the industry to analyse the quality of code.
The text was updated successfully, but these errors were encountered: