I’ve always been known to comment my code fairly verbosely. I’ll put in little niggles I had while writing the code, and sometimes – like in the following snippets – what I think of either code I’m writing, or code I’ve come across that others have written.
Going over the code I’ve been working on for the past few weeks (SMS module for our software suite) I’ve found a number of comments that I’ve jotted down that I chuckle at as I read over the code, debugging…
// suppress - same as above, but recip list will be suppressed... (this is a bitch to implement and i rue the day i suggested it)// i loathe to be the next person that needs to change something in here, however.// ugly, but it works... i guess...// this whole function sucks the big one, but i'm lazy and just want this thing out of the way!!! (note to self; fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it fix it)var $soap; // mastar soap object lawls.// i don't know what this does