Skip to content

docs(conceptual-design): clarify operators, algorithms, and product terminology - #71

Open
knoepfel wants to merge 4 commits into
mainfrom
post-review-updates
Open

docs(conceptual-design): clarify operators, algorithms, and product terminology#71
knoepfel wants to merge 4 commits into
mainfrom
post-review-updates

Conversation

@knoepfel

@knoepfel knoepfel commented Jul 17, 2026

Copy link
Copy Markdown
Member

This PR incorporates follow-up changes from the 2025 CDR review and clarifies several aspects of the conceptual design:

  • Clarifies the distinction between the logical containment of data products by data cells and their in-memory representation.
  • Distinguishes user-defined algorithms from the higher-order-function operators registered and executed by Phlex.
  • Updates registration, algorithm, and HOF documentation to use the terminology consistently.
  • Renames “product name” to “product suffix” throughout the design.
  • Corrects the fold-map example for calculating an arithmetic mean.
  • Updates cross-references and related explanatory text.

Resolves #74.

@knoepfel
knoepfel marked this pull request as draft July 17, 2026 20:54
@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 18fec418-f92f-4acf-9da4-e9dd7a90ea71

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch post-review-updates

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@knoepfel
knoepfel force-pushed the post-review-updates branch from d3a21de to 17c3bab Compare July 17, 2026 21:53
@knoepfel
knoepfel force-pushed the post-review-updates branch from 034b368 to 94b639a Compare August 19, 2026 21:10
@knoepfel
knoepfel marked this pull request as ready for review August 19, 2026 21:15
@knoepfel knoepfel changed the title Changes pursuant to CDR review in 2025 docs(conceptual-design): clarify operators, algorithms, and product terminology Aug 20, 2026
@knoepfel
knoepfel requested a review from marcpaterno August 20, 2026 13:57
@knoepfel
knoepfel force-pushed the post-review-updates branch from 94b639a to cd1ef31 Compare August 20, 2026 14:20
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.

Explain distinction between logical containment and in-memory containment

1 participant