Last active
March 1, 2016 12:28
-
-
Save bervukas/3a612fba78218703a35e to your computer and use it in GitHub Desktop.
How to fix Hungarian notation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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