You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(hacs): improve build_ukbcd_args with formatter functions
Replace imperative if/elif logic with declarative formatter functions for better maintainability and extensibility. Each special case now has its own formatter function, making it easier to add new cases and test individual formatting logic.
0 commit comments