Microsoft/calculator
在 GitHub 查看Calculator should not use FrameworkElement.Tag as it can be easily overwritten by internal control logic.
Open
#56 建立於 2019年2月27日
Pri: 3approvedcodebase qualityhelp wanted
倉庫指標
- Star
- (16,196 star)
- PR 合併指標
- (平均合併 15小時 43分鐘) (30 天內合併 7 個 PR)
描述
The use of the Tag property is bad practice and we should clean up the buttons that still use it. Tag is currently used for:
- Hamburger Button (fixed by move to NavigationView)
- About Button (fixed by move to NavigationView)
- OpenParenthesis buttons
- Programmer mode radix buttons (BIN/OCT/DEC/HEX)