Early candidate for most useless comment of 2016 (with optional useless variable name award)
-
serialPort1.BaudRate = 9600; // 9600;
-
serialPort1.BaudRate = 9600; // 9600;
-
serialPort1.BaudRate = 9600; // 9600;
Seems rather terse, surely
serialPort1.BaudRate = 9600; // set Serial Port 1 Baud Rate to 9600
would be more helpful
-
Seems rather terse, surely
serialPort1.BaudRate = 9600; // set Serial Port 1 Baud Rate to 9600
would be more helpful
-
serialPort1.BaudRate = 9600; // 9600;
No; you must remember that the BaudRate property expects SI units, so the comment provides the translation to imperial units.
-
serialPort1.BaudRate = 9600; // 9600;
No. Its not a comment. Rather, it is commented code. This is inferred from the ; at the end. The programmer just forgot to remove that piece of commented code. :-)
-
serialPort1.BaudRate = 9600; // 9600;
-
serialPort1.BaudRate = 9600; // 9600;