Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hungarian notation in VB.NET?

Our programming teacher taught us to use the Hungarian notation (e.g. intMyInteger, strMyString,...) while programming.

But I have heard somewhere this isn't actually used in the professional world. Is this true?

Edit: I just found out this is actually "Leszynski"

like image 267
Simon Verbeke Avatar asked May 17 '11 19:05

Simon Verbeke


1 Answers

You are correct; hungarian notation is frowned upon.

like image 180
SLaks Avatar answered Oct 04 '22 22:10

SLaks