Feedback & Idea: Improving Edge-Case Safety and Completing Hotkey-Map Placeholders #687
AkshatRaj00
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I’ve been diving into the ProjectVisBug codebase recently and I really love how modular and clean the architecture is. While exploring the repository, I noticed a couple of areas where we could either enhance code reliability or help move some long-standing placeholders forward.
I wanted to open a discussion here to see if the maintainers are open to contributions regarding these two points:
1. Adding Defensive Guard Clauses for Dynamic Elements
In
app/components/selection/distance.element.js, thepositionsetter destructures and passesline_modeldownstream without an explicit check:All reactions