-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Currently Address is imported as Address around the project, this is in light of it previously being instantiable.
As this is no longer an instantiable object, we should adhere to convention and name it as its lowercase companion.
However, address is a very common variable name, and it would be a bit odd to set that as the convention, so maybe we should make peoples lives easier and rename it here?
Any ideas?