microsoft / microsoft/calculator
Cleanup the templates for custom controls in Calculator
Open
Nobody has claimed this yet.
approved
codebase quality
help wanted
Pri: 2
- Dominant language
- C#
- Stars
- 31.1k
- Forks
- 5.8k
- PR merge metrics
- No merged PRs in 30d
Description
Calculator has a bunch of inefficiencies in its styles that hurt performance and maintainability:
- Unnecessary nested UI containers.
- Use of LyaoutUpdated events.
- Unnecessary focus visuals.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the custom control templates in the Calculator repository and review the styling patterns described in the issue. Identify unnecessary nested UI containers, LayoutUpdated event usage, and focus visuals; done means those inefficiencies are removed without changing the controls' intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- desktop
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100