(no subject)
Sep. 15th, 2005 04:16 pm
'===================================================================================
'
' Name : Keith Mullins
' Date : Thursday, September 15, 2005
'===================================================================================
' Method : btnExit_Click
' Solution : Exercise2-Mullins.sln
' Project : Exercise2-Mullins
' Access : Private
' Handles : btnExit.Click
' Purpose : Exits the program
'
'===================================================================================
That's the comment block my VB professor has us use to comment on every event handler, sub, function, etc. I can see where it comes in handy for some of my subs...but I don't see where it should be required for stuff that has 1 short line of code. Right below that specific comment is "Me.Close()". That's pretty much all the code that comment block is for.