Simplify ParameterDeclarationSyntax to remove ParameterDefaultValueSyntax
Open
enhancement
tech debt
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 81
Description
Created from comment in #2870. It should be possible to remove `ParameterDefaultValueSyntax` entirely.
Contributor guide
Research direction
Start by locating ParameterDeclarationSyntax and ParameterDefaultValueSyntax in the Bicep repository, then inspect the related discussion in #2870 for context. Trace references to determine the affected syntax and tests; the work is done when ParameterDefaultValueSyntax can be removed without breaking the relevant build or tests.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100