Useless Comment for the Day
Public Function ProcessPenalty() As Boolean
'**********************************
'* Purpose: Initializes the process penalty and calls the functions to do it
'* Class name: cAutoPenaltyExtension
'* Parameters
'* Input: None
'* Output: None
'* Author: REMOVED
'* Created: 01/10/01
'*
'* Modification History:
'* Author: REMOVED
'* Date: 03/01/2001
'* Modification Details:
'**********************************
What does this comment even tell me? I already know that the method will ProcessPenalty, so how does adding to the comments "Processes penalty" improve the situation? Similarly of course it calls the functions "that do it". ugh. The rest is just a waste of code space mucking it up with terribly useless comments