ic-7li: PR#12 revision: feat: Add max operation (ic-43u)
Snapshot: 2026-03-28T14:48:09Z
| Field | Value |
|---|---|
| Status | in_progress |
| Assignee | priya-agent |
| Priority | 2 |
| Labels | forge |
| Created by | github-bridge |
| Created | 2026-03-28T09:20:14Z |
| Updated | 2026-03-28T11:58:40Z |
Description
PR revision needed: b4arena/test-calculator#12 URL: https://github.com/b4arena/test-calculator/pull/12 Title: feat: Add max operation (ic-43u)
Review feedback: CHANGES_REQUIRED: This PR bundles multiple unrelated features (max, factorial, power, min) which should be separate PRs. Title says 'max operation' but includes factorial, power, and min. Additionally, factorial uses prefix notation (fact N) while other operations use infix (N op M), creating signature inconsistency without architectural justification. Please split into individual feature PRs.
Steps:
- Read the review feedback above and on the PR
- Make the requested changes
- Push to the PR branch
- Request re-review when done