Skip to content

Extract helper function for variable extraction in manifest from_str #79

@coderabbitai

Description

@coderabbitai

Problem

from_str in the manifest module performs two rendering passes with similar setup, creating duplication in the variable extraction logic.

Proposed Solution

Extract the first-pass variable extraction into a helper function to:

  • Make the function more readable
  • Enable reusability
  • Reduce duplication between passes

Context

Metadata

Metadata

Assignees

Labels

lowAin't annoying anyone but the QA department

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions