Microsoft/calculator

Calculator should not use FrameworkElement.Tag as it can be easily overwritten by internal control logic.

Open

#56 建立於 2019年2月27日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (2,422 fork)batch import
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)

貢獻者指南