Write a constructor for Constraint
#36
Labels
No labels
bug
duplicate
enhancement
prospective
question
todo
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: glen/dyna3#36
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
As of #29, the + button in the
AddRemove
component is the only thing that can create aConstraint
. A lot of the code it uses for this is general-purpose, and would fit nicely into theassembly
module. This general-purpose code should be turned into an associated function ofConstraint
.Should this be renamed "Write a constructor for Regulator"? Or is it now moot altogether?
Yes, I think it should be renamed once #48 is merged. At that point, we could change the description to say "as of #48" and update to the terminology of #48.