Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 293 Bytes

TECHNICAL_DEBT.md

File metadata and controls

6 lines (5 loc) · 293 Bytes

TODOs

  • try view controllers on NSCustomTouchBarItem instead of subclassing item itself
  • try move away from enums when parse preset – enums are hard to extend
  • find better way to hide bar items
  • extract bar items creating from TouchBarController to separate class, cover with tests