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.
Wednesday, April 16, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment