Use std::io::BufWriter
to achieve more flexibility
#4
Labels
No labels
bug
dependency tracking
documentation
duplicate
enhancement
good first issue
hacktoberfest-accepted
help wanted
invalid
major version
merge when passing
minor version
need to testing
patch version
question
size/S
size/XS
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: anas-elgarhy/aarty#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello everyone!
I found your awesome project in the Hacktoberfest Discord, I hope my contribution can be of help.
I'm unsure in which direction the project can be expanded, so I attempted at making it more flexible in general: using a
BufWriter
to apply Inversion of Control on thegenerate_ascii
function.You can check the code on my branch:
https://github.com/giulio-Joshi/aarty/tree/bufferedOutput
Before barging in with a PR directly, I opted for asking some feedback about it.
Thanks a lot for your time 👍🏻
I liked your edits, and it faster than original method that's I use
I have learned new ways to think from you, thanks