-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: Update logs and enhance ContentReader.ReadAll logic #42
Conversation
- Improve the logic inside ContentReader.ReadAll Function - Add more description info for each error - Add success message to describe the size of the contents copied to the clipboard - Improve the format of the Usage page
Replace new line escape codes with fmt.Fprintf(flag.CommandLine.Output()) for better readability as suggest by @ccoVeile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Until next time … (meme)
Update some logical and structural problems in the code following the recommendations made by @ccoVeille
Hi, I experienced quite an incident that I wasn't expecting to happen a few weeks ago, which made me be offline for a bit. After slowing down the development of this and other projects, I'm working to get things sorted while I'm still on vacation (I have a week left tho 😅) I much appreciate the reviews made by @ccoVeille. As always helps me a lot in learning Go and developing Clipper, Thanks 🤗 |
Co-authored-by: ccoVeille <[email protected]>
My pleasure. Enjoy your last week of holidays. And more important, take care of you |
…nd debugging - Added detailed error messages to `require` and `assert` statements in `TestReadAll`, `TestReadable`, `TestIOReader`, `TestCreateContent`, and `TestJoinAll` - Improved context in test assertions to facilitate easier debugging and maintenance
Closes #26