Skip to content

refactor(examples): rewrite with classic problems & meaningful names#108

Merged
noneback merged 1 commit into
mainfrom
style-readme
Jun 26, 2026
Merged

refactor(examples): rewrite with classic problems & meaningful names#108
noneback merged 1 commit into
mainfrom
style-readme

Conversation

@noneback

Copy link
Copy Markdown
Owner
  • simple: MapReduce word count (split→map×4→shuffle→reduce×2→merge)
  • conditional: event severity routing (ingest→classify→3 processing paths)
  • loop: web crawler with retry & exponential backoff
  • ci_pipeline: CI/CD with nested subflows (build→test→deploy)
  • priority: fix typo, remove internal utils dependency
  • fibonacci: fix output label
  • parallel_merge_sort: add WithProfiler, remove internal pprof
  • README: add Quick Start with MapReduce, fix merge sort closure bug
  • Regenerate all SVGs with meaningful node names

- simple: MapReduce word count (split→map×4→shuffle→reduce×2→merge)
- conditional: event severity routing (ingest→classify→3 processing paths)
- loop: web crawler with retry & exponential backoff
- ci_pipeline: CI/CD with nested subflows (build→test→deploy)
- priority: fix typo, remove internal utils dependency
- fibonacci: fix output label
- parallel_merge_sort: add WithProfiler, remove internal pprof
- README: add Quick Start with MapReduce, fix merge sort closure bug
- Regenerate all SVGs with meaningful node names
@noneback
noneback merged commit 497bf7d into main Jun 26, 2026
1 check passed
@noneback
noneback deleted the style-readme branch June 26, 2026 08:02
@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.28%. Comparing base (9093057) to head (a368996).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #108   +/-   ##
=======================================
  Coverage   89.28%   89.28%           
=======================================
  Files          16       16           
  Lines         812      812           
=======================================
  Hits          725      725           
  Misses         63       63           
  Partials       24       24           
Flag Coverage Δ
unittests 89.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant