-
Notifications
You must be signed in to change notification settings - Fork 8
Add a short description in README #4
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
Conversation
The frontend/backend distinction is somewhat problematic imho: Looks good otherwise. |
yep I had that impression too. Maybe "wrappper", "API interface" or some similar word would fit into this ? |
I agree the terminology can be better. Here is some brainstorming: For progress bar "frontend":
For progress bar "backend":
Notes: [1] "progress logger" as a frontend kind of makes sense but it's the backend that defines [2] "progress display" may be slightly confusing as we have the Overall, I think "progress event source" and "progress monitor" sound good. |
Codecov Report
@@ Coverage Diff @@
## master #4 +/- ##
=======================================
Coverage 89.39% 89.39%
=======================================
Files 1 1
Lines 66 66
=======================================
Hits 59 59
Misses 7 7
Continue to review full report at Codecov.
|
Actually, I think we can just say
I think we can call the loop using This makes me think that it's probably better to rename ProgressMeterLogging.jl to ConsoleProgressMonitor.jl. What do you think? |
Yeah, that sounds good.
TerminalProgressMonitor.jl maybe? Seems like a good name either way though. |
OK, I renamed and re-released tkf/ConsoleProgressMonitor.jl#2 (TerminalProgressMonitor.jl sounds good too but I thought matching with This PR should be good to go now (after passing the CI). |
Awesome, thanks! |
No description provided.