Question: Which code snippet is "better"?
Dim Name As String = Person.Name
Dim Name As String
Name = Person.Name
Name = Person.Name
[Hint: which is easier to debug?]
Next → ← PreviousMy book "Choose Your First Product" is available now.
It gives you 4 easy steps to find and validate a humble product idea.