Microsoft/calculator
GitHub で見るCentralize BiDirectional string code in the CalcViewModel
Open
#65 opened on 2019年2月27日
Pri: 2approvedcodebase qualityhelp wanted
Repository metrics
- Stars
- (16,196 stars)
- PR merge metrics
- (平均マージ 15h 43m) (30d で 7 merged PRs)
説明
BiDi code is spread out - Memory panel sets BiDi in the view model, while History sets it in the CalcManager. The UnitTests also do their own thing. We should centralize the code into utility functions in the VM and then have unit tests for their functionality.