Wednesday, April 16, 2008

Actual Items - April 16, 2008 Edition

Here's an actual code snippet from a user details page I saw recently: ... //Get Feedback
GetFeedback();
//Get Paid Invoices
GetPaidInvoices();
//Get Actions:
GetActions();
//Get Address
GetAddress();
GetOtherData(); ... This goes on for about 15 method calls. Way to go on adding those useful, useful comments in there! And then the call to the method named GetOtherData() isn't commented at all. Cracks me up.

No comments: