Skip to content

Instantly share code, notes, and snippets.

@bervukas
Last active March 1, 2016 12:28
Show Gist options
  • Save bervukas/3a612fba78218703a35e to your computer and use it in GitHub Desktop.
Save bervukas/3a612fba78218703a35e to your computer and use it in GitHub Desktop.
How to fix Hungarian notation
Function CalculateTotal(productId As String,
quantity As Integer,
unitPrice As Double) As Double
''''
' etc.
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment