27
Grumpy
8y

Pet peeve of the day: People littering code with comments that repeat already obvious method names.

// Submits public key password
SubmitPublicKeyPassword(string psw)
{
//...
}

Comments
Add Comment