Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 25, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original issue description:

Remove codegenCapacityEstimator() methods from AbstractType class and all classes that extend it. Instead implement the capacity estimator codegen in the src/codegen/capacity/ folder where a routine for each node type is a separate function, and there is one main "router" function with a big SwitchStatement which routes each node to the correct capacity estimator codegen.

Fixes #9.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

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.

Refactor capacity estimator routine

1 participant