Rattletrap's names are designed to be unique within the package. I want to change them to be only locally unique to the defining module. So for example PropertyKind should simply be kind.
As part of this most imports are going to have to be qualified. That means functions should be renamed too: putProperty will just be put (or something like that).
Rattletrap's names are designed to be unique within the package. I want to change them to be only locally unique to the defining module. So for example
PropertyKind
should simply bekind
.As part of this most imports are going to have to be qualified. That means functions should be renamed too:
putProperty
will just beput
(or something like that).Sort of blocked by #185.