Microsoft/calculator
Vedi su GitHubCentralize BiDirectional string code in the CalcViewModel
Open
#65 aperta il 27 feb 2019
Pri: 2approvedcodebase qualityhelp wanted
Metriche repository
- Star
- (16.196 star)
- Metriche merge PR
- (Merge medio 15h 43m) (7 PR mergiate in 30 g)
Descrizione
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.