Skip to content

Conversation

rmorshea
Copy link
Collaborator

@rmorshea rmorshea commented Jul 4, 2021

closes: #413, #417

no more use of the id() function to generate unique
IDs for component and event handlers within the layout.

also includes a minor change to use a protocol (rather than
inheritance) for the component base-class. isinstance()
will not be a perfect check of type compatibility, but it
should be close enough

no more use of the id() function to generate unique
IDs for component and event handlers within the layout.

also includes a minor change to use a protocol (rather than
inheritance) for the component base-class. isinstance()
will not be a perfect check of type compatibility, but it
should be close enough
@rmorshea rmorshea merged commit b7e7292 into main Jul 4, 2021
@rmorshea rmorshea deleted the fix_417_and_413 branch July 4, 2021 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop using the id() function for unique identifiers throughout the code-base
1 participant