refactor(shell): reduce layout helper indirection #139
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!139
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/ops-dispatch-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The remaining shell cleanup work still had repeated optional function checks, indirect variable-name expansion in the Fibonacci builder, and duplicated master-stack orientation mapping.
Solution
Add a shared function-defined helper, make the Fibonacci layout builder thread leaf ids explicitly instead of using indirect expansion, and centralize master-stack axis and mirroring helpers so the same behavior is expressed with less branching and indirection.