nohm icon indicating copy to clipboard operation
nohm copied to clipboard

Make id internal with a getter to read it

Open maritz opened this issue 3 years ago • 0 comments

Currently .id is a readable and writable property. This has lead to confusion and problems before.

The better way to deal with it is probably to make .id completely internal and only allow access via a getter.

Additional documentation is then required to describe how to have your own "secondary" id mechanism.

maritz avatar Mar 17 '21 13:03 maritz