Better use on the name of variables
- by Cuartico
I have a method that looks like this:
Public Function NormalizeStreetAddress(country As Namespace.Country,
streetAddress As Namespace.StreetAddress) _
As Namespace.StreetAddress
Dim _streetAddress As New Namespace.StreetAddress = streetAddress
If…